ZipDetails |
ZipDetails.checkoutAttemptId(String checkoutAttemptId) |
The checkout attempt identifier.
|
ZipDetails |
ZipDetails.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 ZipDetails |
ZipDetails.fromJson(String jsonString) |
Create an instance of ZipDetails given an JSON string
|
ZipDetails |
CheckoutPaymentMethod.getZipDetails() |
Get the actual instance of `ZipDetails`.
|
ZipDetails |
ZipDetails.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
ZipDetails |
ZipDetails.recurringDetailReference(String recurringDetailReference) |
Deprecated.
|
ZipDetails |
ZipDetails.sdkData(String sdkData) |
Base64-encoded JSON object containing SDK related parameters required by the SDK
|
ZipDetails |
ZipDetails.storedPaymentMethodId(String storedPaymentMethodId) |
This is the `recurringDetailReference` returned in the response when you created the
token.
|
ZipDetails |
ZipDetails.type(ZipDetails.TypeEnum type) |
**zip**
|