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)The checkout attempt identifier.ZipDetailsZipDetails. clickAndCollect(String clickAndCollect)Set this to **true** if the shopper would like to pick up and collect their order, instead of having the goods delivered to them.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.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.ZipDetailsZipDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.ZipDetailsZipDetails. type(ZipDetails.TypeEnum type)**zip**Constructors in com.adyen.model.checkout with parameters of type ZipDetails Constructor Description CheckoutPaymentMethod(ZipDetails o)
-