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

EmailAddress

An email address which should be used for contact purposes.

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. ContactInfo false ${prop.ignore}
labelText Used to differentiate multiple email addresses of one contact. string false ${prop.ignore}
text The email address which should be used for contact purposes. 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" : { }
  },
  "labelText" : "string",
  "text" : "string"
}