PostalAddress
A natural or physical address used for postal service. May be a building address, airport address, etc.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
buildingRoomText |
Additional address information including building name, room, apartment, or suite number. |
string |
false |
|
|
${prop.ignore} |
cash |
A payment that is collected by the agent and settled between the Airline and the agent. Refer to IATA Resolution 728 Attachment A for full details. |
array |
false |
Cash |
--- |
${prop.ignore} |
city |
A City, town, or postal station (i.e. a postal service territory, often used in a military address, or metropolitan area). |
City |
false |
|
|
${prop.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 Postal Addresses of one contact. Examples: AddressAtOrigin or AddressAtDestination |
string |
false |
|
|
${prop.ignore} |
paymentAddressVerification |
A Secure Payment-related Processing information, including AVS/ CVV Verification Results and Secure Payment Processing Results. |
PaymentAddressVerification |
false |
|
|
${prop.ignore} |
poBoxCode |
Post office box. Example: P.O. Box 21 |
string |
false |
|
|
${prop.ignore} |
postalCode |
Postal code. Examples: 11001, 11001-2345 |
string |
false |
|
|
${prop.ignore} |
streetText |
Street name and number. Examples: Main Street, 100 Main Street |
string |
false |
|
|
${prop.ignore} |
{
"buildingRoomText" : "string",
"cash" : [ {
"collectionAddress" : { },
"commitmentToPay" : { },
"receiptIdentifier" : "string",
"settlementData" : { },
"terminalIdentifier" : "string",
"travelAgent" : { }
} ],
"city" : {
"bag" : { },
"bookingEntity" : [ { } ],
"cityName" : "string",
"country" : { },
"countrySubDivision" : { },
"iataLocationCode" : { },
"pos" : [ { } ],
"postalAddress" : [ { } ]
},
"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",
"paymentAddressVerification" : {
"addressVerificationInvalidInd" : "boolean",
"addressVerificationNoMatchInd" : "boolean",
"addressVerificationStatusCode" : "string",
"addressVerificationText" : "string",
"paymentTrx" : { },
"postalAddress" : { }
},
"poBoxCode" : "string",
"postalCode" : "string",
"streetText" : "string"
}