Amadeus · JSON Structure

Flight Order Management B2B Wallet Structure

b2b wallet

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

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

Properties

cardId cardUsageName cardFriendlyName reportingData virtualCreditCardDetails flightOfferIds

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-b2b-wallet-structure.json",
  "title": "B2bWallet",
  "description": "b2b wallet",
  "type": "object",
  "properties": {
    "cardId": {
      "type": "string",
      "description": "card identifier"
    },
    "cardUsageName": {
      "type": "string",
      "description": "card usage name"
    },
    "cardFriendlyName": {
      "type": "string",
      "description": "card name"
    },
    "reportingData": {
      "type": "array"
    },
    "virtualCreditCardDetails": {
      "type": "string",
      "description": "detail information of the virtual card"
    },
    "flightOfferIds": {
      "type": "array",
      "description": "Id of the concern flightOffers"
    }
  }
}