Uses of Class
com.adyen.model.checkout.ZipDetails
-
Packages that use ZipDetails Package Description com.adyen.model.checkout -
-
Uses of ZipDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ZipDetails Modifier and Type Method Description ZipDetailsZipDetails. checkoutAttemptId(String checkoutAttemptId)ZipDetailsZipDetails. clickAndCollect(String clickAndCollect)static ZipDetailsZipDetails. fromJson(String jsonString)Create an instance of ZipDetails given an JSON stringZipDetailsCheckoutPaymentMethod. getZipDetails()Get the actual instance of `ZipDetails`.ZipDetailsZipDetails. recurringDetailReference(String recurringDetailReference)Deprecated.ZipDetailsZipDetails. storedPaymentMethodId(String storedPaymentMethodId)ZipDetailsZipDetails. type(ZipDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type ZipDetails Constructor Description CheckoutPaymentMethod(ZipDetails o)
-