Uses of Class
com.adyen.model.checkout.EcontextVoucherDetails
-
Packages that use EcontextVoucherDetails Package Description com.adyen.model.checkout -
-
Uses of EcontextVoucherDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return EcontextVoucherDetails Modifier and Type Method Description EcontextVoucherDetailsEcontextVoucherDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.EcontextVoucherDetailsEcontextVoucherDetails. firstName(String firstName)The shopper's first name.static EcontextVoucherDetailsEcontextVoucherDetails. fromJson(String jsonString)Create an instance of EcontextVoucherDetails given an JSON stringEcontextVoucherDetailsCheckoutPaymentMethod. getEcontextVoucherDetails()Get the actual instance of `EcontextVoucherDetails`.EcontextVoucherDetailsEcontextVoucherDetails. lastName(String lastName)The shopper's last name.EcontextVoucherDetailsEcontextVoucherDetails. shopperEmail(String shopperEmail)The shopper's email.EcontextVoucherDetailsEcontextVoucherDetails. telephoneNumber(String telephoneNumber)The shopper's contact number.EcontextVoucherDetailsEcontextVoucherDetails. type(EcontextVoucherDetails.TypeEnum type)**econtextvoucher**Constructors in com.adyen.model.checkout with parameters of type EcontextVoucherDetails Constructor Description CheckoutPaymentMethod(EcontextVoucherDetails o)
-