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)EcontextVoucherDetailsEcontextVoucherDetails. firstName(String firstName)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)EcontextVoucherDetailsEcontextVoucherDetails. shopperEmail(String shopperEmail)EcontextVoucherDetailsEcontextVoucherDetails. telephoneNumber(String telephoneNumber)EcontextVoucherDetailsEcontextVoucherDetails. type(EcontextVoucherDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type EcontextVoucherDetails Constructor Description CheckoutPaymentMethod(EcontextVoucherDetails o)
-