Source: https://guides.developer.iata.org/docs/download-the-latest-standards

TravelAgencyAccreditation

An IATA Accreditation of a travel agency.

Properties

Name Description Type Required Generic Enum Ignore
iataAccreditationCode Provides information regarding agency accreditation (reference PADIS codeset 9972). IataAgencyAccreditationTypeCode false ${prop.ignore}
travelAgency A private retailer or public service that provides travel and tourism related services to the public on behalf of suppliers such as activities, airlines, car rentals, cruise lines, hotels, railways, travel insurance, and package tours. TravelAgency false ${prop.ignore}

Referenced By

TravelAgency
{
  "iataAccreditationCode" : {
    "iataAgencyAccreditationTypeCodeEnum" : { }
  },
  "travelAgency" : {
    "agencyIdentifier" : "string",
    "bookingAgencyTicketDocInfo" : [ { } ],
    "clearance" : { },
    "clearanceParty" : { },
    "contactInfo" : [ { } ],
    "iataNumber" : "number",
    "name" : "string",
    "promotionIssuer" : { },
    "pseudoCityIdentifier" : "string",
    "servicingAgencyTicketDocInfo" : [ { } ],
    "ticketIssuanceInfo" : { },
    "travelAgencyAccreditation" : [ { } ],
    "travelAgent" : [ { } ],
    "typeCode" : { }
  }
}