PayToDetails |
PayToDetails.checkoutAttemptId(String checkoutAttemptId) |
The checkout attempt identifier.
|
static PayToDetails |
PayToDetails.fromJson(String jsonString) |
Create an instance of PayToDetails given an JSON string
|
PayToDetails |
CheckoutPaymentMethod.getPayToDetails() |
Get the actual instance of `PayToDetails`.
|
PayToDetails |
PayToDetails.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
PayToDetails |
PayToDetails.recurringDetailReference(String recurringDetailReference) |
Deprecated.
|
PayToDetails |
PayToDetails.sdkData(String sdkData) |
Base64-encoded JSON object containing SDK related parameters required by the SDK
|
PayToDetails |
PayToDetails.shopperAccountIdentifier(String shopperAccountIdentifier) |
The shopper's banking details or payId reference, used to complete payment.
|
PayToDetails |
PayToDetails.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the
token.
|
PayToDetails |
PayToDetails.type(PayToDetails.TypeEnum type) |
**payto**
|