Uses of Class
com.adyen.model.checkout.KlarnaDetails
-
Packages that use KlarnaDetails Package Description com.adyen.model.checkout -
-
Uses of KlarnaDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return KlarnaDetails Modifier and Type Method Description KlarnaDetailsKlarnaDetails. billingAddress(String billingAddress)The address where to send the invoice.KlarnaDetailsKlarnaDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.KlarnaDetailsKlarnaDetails. deliveryAddress(String deliveryAddress)The address where the goods should be delivered.static KlarnaDetailsKlarnaDetails. fromJson(String jsonString)Create an instance of KlarnaDetails given an JSON stringKlarnaDetailsCheckoutPaymentMethod. getKlarnaDetails()Get the actual instance of `KlarnaDetails`.KlarnaDetailsKlarnaDetails. personalDetails(String personalDetails)Shopper name, date of birth, phone number, and email address.KlarnaDetailsKlarnaDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.KlarnaDetailsKlarnaDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.KlarnaDetailsKlarnaDetails. subtype(String subtype)The type of flow to initiate.KlarnaDetailsKlarnaDetails. type(KlarnaDetails.TypeEnum type)**klarna**Constructors in com.adyen.model.checkout with parameters of type KlarnaDetails Constructor Description CheckoutPaymentMethod(KlarnaDetails o)
-