AddressCreate
Address for a create request. Supplied state, ZIP and country values must be valid. For a US address, use a two-letter state and a five-digit ZIP or ZIP+4. Country defaults to USA when omitted or null. Blank or omitted address details are accepted where the endpoint permits an incomplete address.
- cityType: string · City
- countryType: string · Countrynullable
ISO alpha-3 country (e.g. USA). US and 840 are accepted as USA aliases; omitted or null defaults to USA.
- stateType: string · State
- streetType: string · Street Line1
_line1 - streetType: string · Street Line2
_line2 - zipType: string · Zip

