Newer Version Available
Checkout Address Input (Beta)
- Root XML tag
- <address>
- JSON example
-
1{ 2 "name":"Alan Johnson", 3 "region":"CA", 4 "country":"US", 5 "city":"San Francisco", 6 "street":"415 Mission St", 7 "postalCode":"94105" 8} - Properties
-
Name Type Description Required or Optional Available Version city String The address city. Optional 54.0 country String The address country. Required 54.0 isDefault Boolean Indicates whether a contact’s address is the default address (true) or not (false). The default value is false. Optional 54.0 name String Name of the contact. Required 54.0 postalCode String Zip code or postal code for the address. Optional 54.0 region String The address state. Optional 54.0 street String The address street. Required 54.0