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

Employee

An individual contracted by an organization or another individual for their labor in exchange for a package of remuneration.

Properties

Name Description Type Required Generic Enum Ignore
employmentContract A written agreement between an employer and an employee, that, taken together with the rights of each under statute and common law, determines the employment relations between them governing their behavior and providing legally enforceable obligations. EmploymentContract false ${prop.ignore}
individual A single human being as distinct from a group, class, or family. Individual false ${prop.ignore}
numberIdentifier The unique identifier attributed to the employee by the employer. string false ${prop.ignore}
{
  "employmentContract" : {
    "employee" : { },
    "employer" : { }
  },
  "individual" : {
    "addlName" : [ { } ],
    "agent" : [ { } ],
    "birthdate" : "string",
    "birthplaceSimpleText" : "string",
    "birthplaceText" : "string",
    "contactInfo" : [ { } ],
    "crewMember" : [ { } ],
    "employee" : [ { } ],
    "genderCode" : { },
    "givenName" : "string",
    "handlingAgency" : [ { } ],
    "identityDoc" : [ { } ],
    "individualIdentifier" : "string",
    "middleName" : "string",
    "nameTypeCode" : { },
    "pax" : [ { } ],
    "payer" : { },
    "suffixName" : "string",
    "surname" : "string",
    "titleName" : "string"
  },
  "numberIdentifier" : "string"
}