Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 2.08 KB

Address.md

File metadata and controls

33 lines (29 loc) · 2.08 KB

Apideck.Model.Address

Properties

Name Type Description Notes
Id string Unique identifier for the address. [optional]
Type string The type of address. [optional]
String string The address string. Some APIs don't provide structured address data. [optional]
Name string The name of the address. [optional]
Line1 string Line 1 of the address e.g. number, street, suite, apt #, etc. [optional]
Line2 string Line 2 of the address [optional]
Line3 string Line 3 of the address [optional]
Line4 string Line 4 of the address [optional]
StreetNumber string Street number [optional]
City string Name of city. [optional]
State string Name of state [optional]
PostalCode string Zip code or equivalent. [optional]
Country string country code according to ISO 3166-1 alpha-2. [optional]
Latitude string Latitude of the address [optional]
Longitude string Longitude of the address [optional]
County string Address field that holds a sublocality, such as a county [optional]
ContactName string Name of the contact person at the address [optional]
Salutation string Salutation of the contact person at the address [optional]
PhoneNumber string Phone number of the address [optional]
Fax string Fax number of the address [optional]
Email string Email address of the address [optional]
Website string Website of the address [optional]
Notes string Additional notes [optional]
RowVersion string A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. [optional]

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