TwintDetails |
TwintDetails.checkoutAttemptId(String checkoutAttemptId) |
The checkout attempt identifier.
|
static TwintDetails |
TwintDetails.fromJson(String jsonString) |
Create an instance of TwintDetails given an JSON string
|
TwintDetails |
CheckoutPaymentMethod.getTwintDetails() |
Get the actual instance of `TwintDetails`.
|
TwintDetails |
TwintDetails.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
TwintDetails |
TwintDetails.recurringDetailReference(String recurringDetailReference) |
Deprecated.
|
TwintDetails |
TwintDetails.sdkData(String sdkData) |
Base64-encoded JSON object containing SDK related parameters required by the SDK
|
TwintDetails |
TwintDetails.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the
token.
|
TwintDetails |
TwintDetails.subtype(String subtype) |
The type of flow to initiate.
|
TwintDetails |
TwintDetails.type(TwintDetails.TypeEnum type) |
The payment method type.
|