RatepayDetails |
RatepayDetails.billingAddress(String billingAddress) |
The address where to send the invoice.
|
RatepayDetails |
RatepayDetails.checkoutAttemptId(String checkoutAttemptId) |
The checkout attempt identifier.
|
RatepayDetails |
RatepayDetails.deliveryAddress(String deliveryAddress) |
The address where the goods should be delivered.
|
static RatepayDetails |
RatepayDetails.fromJson(String jsonString) |
Create an instance of RatepayDetails given an JSON string
|
RatepayDetails |
CheckoutPaymentMethod.getRatepayDetails() |
Get the actual instance of `RatepayDetails`.
|
RatepayDetails |
RatepayDetails.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
RatepayDetails |
RatepayDetails.personalDetails(String personalDetails) |
Shopper name, date of birth, phone number, and email address.
|
RatepayDetails |
RatepayDetails.recurringDetailReference(String recurringDetailReference) |
Deprecated.
|
RatepayDetails |
RatepayDetails.sdkData(String sdkData) |
Base64-encoded JSON object containing SDK related parameters required by the SDK
|
RatepayDetails |
RatepayDetails.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the
token.
|
RatepayDetails |
RatepayDetails.type(RatepayDetails.TypeEnum type) |
**ratepay**
|