{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/hotel-search-hotel-product-payment-policy-structure.json", "title": "HotelProduct_PaymentPolicy", "description": "Accepted Payment Methods and Card Types. Several Payment Methods and Card Types may be available.", "type": "object", "properties": { "creditCards": { "type": "array", "description": "Accepted Payment Card Types for the `method` CREDIT_CARD" }, "methods": { "type": "array", "description": "Accepted Payment Methods" } } }