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