Amadeus Reservations · JSON Structure

Flight Order Management Other Payment Method Structure

other payment method

Type: string Properties: 0
BookingFlightsHotelsReservationsTravel

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

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-order-management-other-payment-method-structure.json",
  "name": "OtherPaymentMethod",
  "description": "other payment method",
  "type": "string",
  "enum": [
    "ACCOUNT",
    "CHECK",
    "CASH",
    "NONREFUNDABLE"
  ],
  "example": "CASH"
}