| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
MerchantAction |
CompletePaymentResponse.getMerchantAction()
Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment
|
MerchantAction |
CreatePaymentResponse.getMerchantAction()
Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment
|
MerchantAction |
MerchantAction.withActionType(String value)
Action merchants needs to take in the online payment process.
|
MerchantAction |
MerchantAction.withRedirectData(RedirectData value)
Object containing all data needed to redirect the customer
|
MerchantAction |
MerchantAction.withShowFormData(ShowFormData value)
Object returned for the SHOW_FORM actionType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompletePaymentResponse.setMerchantAction(MerchantAction value)
Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment
|
void |
CreatePaymentResponse.setMerchantAction(MerchantAction value)
Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment
|
CompletePaymentResponse |
CompletePaymentResponse.withMerchantAction(MerchantAction value)
Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment
|
CreatePaymentResponse |
CreatePaymentResponse.withMerchantAction(MerchantAction value)
Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.