Skip to content

AddressV2Request

Properties

Name Type Description Notes
title String Display name of the address. [optional] [default to null]
suite String Represents additional details to add further precision to address, e.g. suite, apartement, room. This is especially useful for addresses where the street name and street number covers a large area or a large number of recipients. [optional] [default to null]
floor String Represents additional details to add further precision to address, e.g. floor. This is especially useful for addresses where the street name and street number covers a large area or a large number of recipients. [optional] [default to null]
building String Represents additional details to add further precision to address, e.g. the building. This is especially useful for addresses where the street name and street number covers a large area or a large number of recipients. [optional] [default to null]
streetLine String Street with house number [optional] [default to null]
postalCode String A series of letters or digits or both, sometimes including spaces or punctuation, included in a postal address for the purpose of sorting mail. In English speaking countries across the globe also known as ZIP Code, post code, PIN or postcode. [optional] [default to null]
locality LocalityRequest [optional] [default to null]
state StateRequest [optional] [default to null]
country CountryV2Request [optional] [default to null]

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