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