CheckoutBankTransferAction |
CheckoutBankTransferAction.accountNumber(String accountNumber) |
The account number of the bank transfer.
|
CheckoutBankTransferAction |
CheckoutBankTransferAction.beneficiary(String beneficiary) |
The name of the account holder.
|
CheckoutBankTransferAction |
CheckoutBankTransferAction.bic(String bic) |
The BIC of the IBAN.
|
CheckoutBankTransferAction |
CheckoutBankTransferAction.downloadUrl(String downloadUrl) |
The url to download payment details with.
|
static CheckoutBankTransferAction |
CheckoutBankTransferAction.fromJson(String jsonString) |
Create an instance of CheckoutBankTransferAction given an JSON string
|
CheckoutBankTransferAction |
PaymentResponseAction.getCheckoutBankTransferAction() |
Get the actual instance of `CheckoutBankTransferAction`.
|
CheckoutBankTransferAction |
CheckoutBankTransferAction.iban(String iban) |
The IBAN of the bank transfer.
|
CheckoutBankTransferAction |
CheckoutBankTransferAction.paymentMethodType(String paymentMethodType) |
Specifies the payment method.
|
CheckoutBankTransferAction |
CheckoutBankTransferAction.reference(String reference) |
The transfer reference.
|
CheckoutBankTransferAction |
CheckoutBankTransferAction.routingNumber(String routingNumber) |
The routing number of the bank transfer.
|
CheckoutBankTransferAction |
CheckoutBankTransferAction.shopperEmail(String shopperEmail) |
The e-mail of the shopper, included if an e-mail was sent to the shopper.
|
CheckoutBankTransferAction |
CheckoutBankTransferAction.sortCode(String sortCode) |
The sort code of the bank transfer.
|
CheckoutBankTransferAction |
CheckoutBankTransferAction.totalAmount(Amount totalAmount) |
totalAmount
|
CheckoutBankTransferAction |
CheckoutBankTransferAction.type(CheckoutBankTransferAction.TypeEnum type) |
The type of the action.
|
CheckoutBankTransferAction |
CheckoutBankTransferAction.url(String url) |
Specifies the URL to redirect to.
|