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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PayPayDetailsPayPayDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.PayPayDetailsPayPayDetails. sdkData(String sdkData)Base64-encoded JSON object containing SDK related parameters required by the SDKPayPayDetailsPayPayDetails. 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)
-