{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ZipDetails", "title": "Zip", "additionalProperties": false, "properties": { "checkoutAttemptId": { "x-addedInVersion": "68", "description": "The checkout attempt identifier.", "type": "string" }, "clickAndCollect": { "description": "Set this to **true** if the shopper would like to pick up and collect their order, instead of having the goods delivered to them.", "type": "string" }, "recurringDetailReference": { "deprecated": true, "x-deprecatedInVersion": "49", "x-deprecatedMessage": "Use `storedPaymentMethodId` instead.", "description": "This is the `recurringDetailReference` returned in the response when you created the token.", "type": "string" }, "storedPaymentMethodId": { "x-addedInVersion": "49", "description": "This is the `recurringDetailReference` returned in the response when you created the token.", "maxLength": 64, "type": "string" }, "type": { "default": "zip", "description": "**zip**", "enum": [ "zip", "zip_pos" ], "type": "string" } }, "type": "object" }