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

Corporation

A company or group of people authorized to act as a single entity (legally a person) and recognized as such in law.

Properties

Name Description Type Required Generic Enum Ignore
contactInfo An electronic or geographic address which a party has provided as the contact channel. For example, contact email, contact postal address, contact phone number. array false ContactInfo --- ${prop.ignore}
corporateCodeText Corporate code assigned to a corporate buyer used for accessing special fares. string false ${prop.ignore}
corporateIdentifier Unique identifier of this corporation. string false ${prop.ignore}
iataNumber IATA issued identification number. number false ${prop.ignore}
name Corporation name string false ${prop.ignore}

Referenced By

ContactInfo
{
  "contactInfo" : [ {
    "aggregator" : { },
    "airline" : { },
    "carrier" : { },
    "contactInfoIdentifier" : "string",
    "contactPurposeText" : "string",
    "contactRefusedInd" : "boolean",
    "contactTypeText" : "string",
    "corporation" : { },
    "directBill" : { },
    "emailAddress" : [ { } ],
    "enabledSystem" : { },
    "individual" : { },
    "individualRefIdentifier" : "string",
    "org" : { },
    "otherAddress" : [ { } ],
    "pax" : { },
    "paxGroup" : { },
    "paymentCard" : { },
    "paymentInfo" : { },
    "phone" : [ { } ],
    "postalAddress" : [ { } ],
    "relationshipToPaxText" : "string",
    "retailPartner" : { },
    "travelAgency" : { }
  } ],
  "corporateCodeText" : "string",
  "corporateIdentifier" : "string",
  "iataNumber" : "number",
  "name" : "string"
}