Uses of Class
com.adyen.model.checkout.RakutenPayDetails
-
Packages that use RakutenPayDetails Package Description com.adyen.model.checkout -
-
Uses of RakutenPayDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return RakutenPayDetails Modifier and Type Method Description RakutenPayDetailsRakutenPayDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static RakutenPayDetailsRakutenPayDetails. fromJson(String jsonString)Create an instance of RakutenPayDetails given an JSON stringRakutenPayDetailsCheckoutPaymentMethod. getRakutenPayDetails()Get the actual instance of `RakutenPayDetails`.RakutenPayDetailsRakutenPayDetails. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.RakutenPayDetailsRakutenPayDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.RakutenPayDetailsRakutenPayDetails. sdkData(String sdkData)Base64-encoded JSON object containing SDK related parameters required by the SDKRakutenPayDetailsRakutenPayDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.RakutenPayDetailsRakutenPayDetails. type(RakutenPayDetails.TypeEnum type)**rakutenpay**Constructors in com.adyen.model.checkout with parameters of type RakutenPayDetails Constructor Description CheckoutPaymentMethod(RakutenPayDetails o)
-