{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-structure/flight-create-orders-form-of-payment-structure.json", "name": "FormOfPayment", "description": "form of payment used", "type": "object", "properties": { "b2bWallet": { "description": "payment with the solution B2B Wallet", "$ref": "#/definitions/B2bWallet" }, "creditCard": { "description": "payment with a credit card", "$ref": "#/definitions/CreditCard" }, "other": { "description": "payment with an other method", "$ref": "#/definitions/OtherMethod" } } }