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