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