Uses of Class
com.adyen.model.checkout.PaymentDetails
-
Packages that use PaymentDetails Package Description com.adyen.model.checkout -
-
Uses of PaymentDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentDetails Modifier and Type Method Description PaymentDetailsPaymentDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static PaymentDetailsPaymentDetails. fromJson(String jsonString)Create an instance of PaymentDetails given an JSON stringPaymentDetailsCheckoutPaymentMethod. getPaymentDetails()Get the actual instance of `PaymentDetails`.PaymentDetailsPaymentDetails. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PaymentDetailsPaymentDetails. sdkData(String sdkData)Base64-encoded JSON object containing SDK related parameters required by the SDKPaymentDetailsPaymentDetails. type(PaymentDetails.TypeEnum type)The payment method type.Constructors in com.adyen.model.checkout with parameters of type PaymentDetails Constructor Description CheckoutPaymentMethod(PaymentDetails o)
-