{ "type": "object", "properties": { "chargePermissionId": { "type": "string" }, "chargePermissionType": { "type": "string", "enum": [ "OneTime", "Recurring" ] }, "buyer": { "$ref": "#/components/schemas/Buyer" }, "shippingAddress": { "$ref": "#/components/schemas/Address" }, "billingAddress": { "$ref": "#/components/schemas/Address" }, "statusDetails": { "$ref": "#/components/schemas/StatusDetails" }, "limits": { "type": "object", "properties": { "amountLimit": { "$ref": "#/components/schemas/Price" }, "amountBalance": { "$ref": "#/components/schemas/Price" } } }, "creationTimestamp": { "type": "datetime" }, "expirationTimestamp": { "type": "datetime" } }, "$schema": "https://json-structure.org/meta/core/v0/#", "name": "ChargePermission", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon/refs/heads/main/json-structure/pay-charge-permission-structure.json", "description": "ChargePermission schema from Amazon Pay API" }