IdealDetails |
IdealDetails.checkoutAttemptId(String checkoutAttemptId) |
The checkout attempt identifier.
|
static IdealDetails |
IdealDetails.fromJson(String jsonString) |
Create an instance of IdealDetails given an JSON string
|
IdealDetails |
CheckoutPaymentMethod.getIdealDetails() |
Get the actual instance of `IdealDetails`.
|
IdealDetails |
IdealDetails.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
IdealDetails |
IdealDetails.issuer(String issuer) |
The iDEAL issuer value of the shopper's selected bank.
|
IdealDetails |
IdealDetails.recurringDetailReference(String recurringDetailReference) |
Deprecated.
|
IdealDetails |
IdealDetails.sdkData(String sdkData) |
Base64-encoded JSON object containing SDK related parameters required by the SDK
|
IdealDetails |
IdealDetails.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the
token.
|
IdealDetails |
IdealDetails.type(IdealDetails.TypeEnum type) |
**ideal**
|