CheckoutVoucherAction |
CheckoutVoucherAction.alternativeReference(String alternativeReference) |
The voucher alternative reference code.
|
CheckoutVoucherAction |
CheckoutVoucherAction.collectionInstitutionNumber(String collectionInstitutionNumber) |
A collection institution number (store number) for Econtext Pay-Easy ATM.
|
CheckoutVoucherAction |
CheckoutVoucherAction.downloadUrl(String downloadUrl) |
The URL to download the voucher.
|
CheckoutVoucherAction |
CheckoutVoucherAction.entity(String entity) |
An entity number of Multibanco.
|
CheckoutVoucherAction |
CheckoutVoucherAction.expiresAt(String expiresAt) |
The date time of the voucher expiry.
|
static CheckoutVoucherAction |
CheckoutVoucherAction.fromJson(String jsonString) |
Create an instance of CheckoutVoucherAction given an JSON string
|
CheckoutVoucherAction |
PaymentResponseAction.getCheckoutVoucherAction() |
Get the actual instance of `CheckoutVoucherAction`.
|
CheckoutVoucherAction |
CheckoutVoucherAction.initialAmount(Amount initialAmount) |
initialAmount
|
CheckoutVoucherAction |
CheckoutVoucherAction.instructionsUrl(String instructionsUrl) |
The URL to the detailed instructions to make payment using the voucher.
|
CheckoutVoucherAction |
CheckoutVoucherAction.issuer(String issuer) |
The issuer of the voucher.
|
CheckoutVoucherAction |
CheckoutVoucherAction.maskedTelephoneNumber(String maskedTelephoneNumber) |
The shopper telephone number (partially masked).
|
CheckoutVoucherAction |
CheckoutVoucherAction.merchantName(String merchantName) |
The merchant name.
|
CheckoutVoucherAction |
CheckoutVoucherAction.merchantReference(String merchantReference) |
The merchant reference.
|
CheckoutVoucherAction |
CheckoutVoucherAction.passCreationToken(String passCreationToken) |
A Base64-encoded token containing all properties of the voucher.
|
CheckoutVoucherAction |
CheckoutVoucherAction.paymentData(String paymentData) |
Encoded payment data.
|
CheckoutVoucherAction |
CheckoutVoucherAction.paymentMethodType(String paymentMethodType) |
Specifies the payment method.
|
CheckoutVoucherAction |
CheckoutVoucherAction.reference(String reference) |
The voucher reference code.
|
CheckoutVoucherAction |
CheckoutVoucherAction.shopperEmail(String shopperEmail) |
The shopper email.
|
CheckoutVoucherAction |
CheckoutVoucherAction.shopperName(String shopperName) |
The shopper name.
|
CheckoutVoucherAction |
CheckoutVoucherAction.surcharge(Amount surcharge) |
surcharge
|
CheckoutVoucherAction |
CheckoutVoucherAction.totalAmount(Amount totalAmount) |
totalAmount
|
CheckoutVoucherAction |
CheckoutVoucherAction.type(CheckoutVoucherAction.TypeEnum type) |
**voucher**
|
CheckoutVoucherAction |
CheckoutVoucherAction.url(String url) |
Specifies the URL to redirect to.
|