public class MerchantAction extends Object
| Constructor and Description |
|---|
MerchantAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionType()
Action merchants needs to take in the online payment process.
|
RedirectData |
getRedirectData()
Object containing all data needed to redirect the customer
|
ShowFormData |
getShowFormData()
Object returned for the SHOW_FORM actionType.
|
void |
setActionType(String value)
Action merchants needs to take in the online payment process.
|
void |
setRedirectData(RedirectData value)
Object containing all data needed to redirect the customer
|
void |
setShowFormData(ShowFormData value)
Object returned for the SHOW_FORM actionType.
|
MerchantAction |
withActionType(String value)
Action merchants needs to take in the online payment process.
|
MerchantAction |
withRedirectData(RedirectData value)
Object containing all data needed to redirect the customer
|
MerchantAction |
withShowFormData(ShowFormData value)
Object returned for the SHOW_FORM actionType.
|
public String getActionType()
public void setActionType(String value)
public MerchantAction withActionType(String value)
public RedirectData getRedirectData()
public void setRedirectData(RedirectData value)
public MerchantAction withRedirectData(RedirectData value)
public ShowFormData getShowFormData()
public void setShowFormData(ShowFormData value)
public MerchantAction withShowFormData(ShowFormData value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.