VirtualCreditCardDetails

detail information of the virtual card

BookingFlightsHotelsReservationsTravel
View JSON Schema on GitHub

JSON Schema

flight-create-orders-virtual-credit-card-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-reservations/refs/heads/main/json-schema/flight-create-orders-virtual-credit-card-details-schema.json",
  "title": "VirtualCreditCardDetails",
  "description": "detail information of the virtual card",
  "allOf": [
    {
      "$ref": "#/definitions/CreditCardCommon"
    },
    {
      "$ref": "#/definitions/ElementaryPrice"
    }
  ]
}