Amadeus · JSON Structure

Flight Order Management Form Of Payment Structure

form of payment used

Type: object Properties: 3
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Order Management Form Of Payment Structure is a JSON Structure definition published by Amadeus, describing 3 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

b2bWallet creditCard other

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-order-management-form-of-payment-structure.json",
  "title": "FormOfPayment",
  "description": "form of payment used",
  "type": "object",
  "properties": {
    "b2bWallet": {
      "type": "object",
      "description": "b2b wallet"
    },
    "creditCard": {
      "type": "object",
      "description": "credit card"
    },
    "other": {
      "type": "object",
      "description": "other payment method"
    }
  }
}