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

PrePaidCertificate

An account which provides access to a pre-paid certificate document with a financial value and validity period.

Properties

Name Description Type Required Generic Enum Ignore
appText Application description. string false false
effectiveDateTime Effective from. string false false
expiryDateTime Date of expiration. string false false
number The identifying number of the certificate. number false false
programCriteria A set of Discount program specific filter criteria for shopping requests. ProgramCriteria true false

Referenced By

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