Uses of Class
com.adyen.model.checkout.PayToDetails
-
Packages that use PayToDetails Package Description com.adyen.model.checkout -
-
Uses of PayToDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PayToDetails Modifier and Type Method Description PayToDetailsPayToDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static PayToDetailsPayToDetails. fromJson(String jsonString)Create an instance of PayToDetails given an JSON stringPayToDetailsCheckoutPaymentMethod. getPayToDetails()Get the actual instance of `PayToDetails`.PayToDetailsPayToDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.PayToDetailsPayToDetails. shopperAccountIdentifier(String shopperAccountIdentifier)The shopper's banking details or payId reference, used to complete payment.PayToDetailsPayToDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.PayToDetailsPayToDetails. type(PayToDetails.TypeEnum type)**payto**Constructors in com.adyen.model.checkout with parameters of type PayToDetails Constructor Description CheckoutPaymentMethod(PayToDetails o)
-