Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.62 KB

File metadata and controls

38 lines (25 loc) · 2.62 KB

TravelRuleValidateGeographicAddress

Properties

Name Type Description Notes
streetName string Name of a street or thoroughfare [optional] [default to undefined]
townName string Name of a built-up area, with defined boundaries, and a local government [optional] [default to undefined]
country string Nation with its own government (ISO-3166 Alpha-2 country code) [optional] [default to undefined]
buildingNumber string Number that identifies the position of a building on a street [optional] [default to undefined]
postCode string Identifier consisting of a group of letters and/or numbers added to a postal address to assist the sorting of mail [optional] [default to undefined]
addressType string Specifies the type of address. Acceptable values are: - 'HOME': Residential, the home address - 'BIZZ': Business, the business address - 'GEOG': Geographic, an unspecified physical (geographical) address [optional] [default to undefined]
department string Identification of a division of a large organisation or building [optional] [default to undefined]
subDepartment string Identification of a sub-division of a large organisation or building [optional] [default to undefined]
buildingName string Name of the building or house [optional] [default to undefined]
floor string Floor or storey within a building [optional] [default to undefined]
postBox string Numbered box in a post office [optional] [default to undefined]
room string Building room number [optional] [default to undefined]
townLocationName string Specific location name within the town [optional] [default to undefined]
districtName string Identifies a subdivision within a country subdivision [optional] [default to undefined]
countrySubDivision string Identifies a subdivision of a country such as state, region, or province [optional] [default to undefined]
addressLine Array<string> Information that locates and identifies a specific address, presented in free format text [optional] [default to undefined]

Enum: TravelRuleValidateGeographicAddressAddressTypeEnum

  • Home (value: 'HOME')

  • Bizz (value: 'BIZZ')

  • Geog (value: 'GEOG')

[Back to top] [Back to API list] [Back to Model list] [Back to README]