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

ProgramAccount

An account which provides access to discounted or negotiated prices.

Properties

Name Description Type Required Generic Enum Ignore
accountIdentifier Identifier of the program account. string false false
programCriteria A set of Discount program specific filter criteria for shopping requests. ProgramCriteria true false

Referenced By

ProgramCriteria
{
  "accountIdentifier" : "string",
  "programCriteria" : {
    "carrier" : { },
    "companyIndexText" : "string",
    "memberStatusText" : "string",
    "name" : "string",
    "org" : { },
    "prePaidCertificate" : [ { } ],
    "progamContract" : { },
    "programAccount" : [ { } ],
    "shoppingCriteria" : { },
    "typeCode" : "string"
  }
}