Uses of Class
com.adyen.model.checkout.PayPayDetails
-
Packages that use PayPayDetails Package Description com.adyen.model.checkout -
-
Uses of PayPayDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PayPayDetails Modifier and Type Method Description PayPayDetailsPayPayDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static PayPayDetailsPayPayDetails. fromJson(String jsonString)Create an instance of PayPayDetails given an JSON stringPayPayDetailsCheckoutPaymentMethod. getPayPayDetails()Get the actual instance of `PayPayDetails`.PayPayDetailsPayPayDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.PayPayDetailsPayPayDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.PayPayDetailsPayPayDetails. type(PayPayDetails.TypeEnum type)**paypay**Constructors in com.adyen.model.checkout with parameters of type PayPayDetails Constructor Description CheckoutPaymentMethod(PayPayDetails o)
-