public class Ptsv2paymentreferencesProcessingInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentreferencesProcessingInformation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentreferencesProcessingInformation |
actionList(List<String> actionList) |
Ptsv2paymentreferencesProcessingInformation |
addActionListItem(String actionListItem) |
boolean |
equals(Object o) |
List<String> |
getActionList()
Possible values are one or more of follows: - `AP_SESSIONS`: Use this when Alternative Payment Sessions service is requested.
|
String |
getPaymentFlowMode()
Whether merchant wants to pass the flow Inline or want to invoke Klarna Hosted Page
|
String |
getSessionType()
Will have 2 values, 'U' (Update) , 'N' (New).
|
int |
hashCode() |
Ptsv2paymentreferencesProcessingInformation |
paymentFlowMode(String paymentFlowMode) |
Ptsv2paymentreferencesProcessingInformation |
sessionType(String sessionType) |
void |
setActionList(List<String> actionList) |
void |
setPaymentFlowMode(String paymentFlowMode) |
void |
setSessionType(String sessionType) |
String |
toString() |
public Ptsv2paymentreferencesProcessingInformation()
public Ptsv2paymentreferencesProcessingInformation sessionType(String sessionType)
public String getSessionType()
public void setSessionType(String sessionType)
public Ptsv2paymentreferencesProcessingInformation paymentFlowMode(String paymentFlowMode)
public String getPaymentFlowMode()
public void setPaymentFlowMode(String paymentFlowMode)
public Ptsv2paymentreferencesProcessingInformation actionList(List<String> actionList)
public Ptsv2paymentreferencesProcessingInformation addActionListItem(String actionListItem)
public List<String> getActionList()
Copyright © 2025. All rights reserved.