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. type(PaymentDetails.TypeEnum type)The payment method type.Constructors in com.adyen.model.checkout with parameters of type PaymentDetails Constructor Description CheckoutPaymentMethod(PaymentDetails o)
-