AddressInput
Input object

A physical address.

Fields

NameDescription
city* 
String!
The city or suburb of the address.
countryCode* 
String!
The two-letter ISO 3166-1:2013 country code, in uppercase.
countrySubDivisions* 
[AddressComponentInput!]!
An array of further divisions of the country.These may include districts, regions, states, provinces, etc.A maximum of 5 subdivisions may be provided.
An array of additional address lines.These may include an apartment or suite number.A maximum of 5 extended lines may be provided.
postalCode* 
String!
The postal code of the address.This field has a maximum length of 50 characters.
formattedAddress 
String
The formatted representation of the whole address for display purposes.This field has a maximum length of 1,000 characters.
geoLocation 
GeoLocationInput
The geographical coordinates of the address.
line 
String
The street line address.

Seen in

Parent nameParent typeDescription
CommunicationInputInput Objectaddress field
PreferredLocationInputInput ObjectreferenceLocation field