Amadeus Reservations · JSON Structure

Flight Create Orders Form Of Payment Structure

form of payment used

Type: object Properties: 3
BookingFlightsHotelsReservationsTravel

FormOfPayment is a JSON Structure definition published by Amadeus Reservations, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

b2bWallet creditCard other

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}