Newer Version Available
Checkout Address Input
- 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 55.0 country String The address country. Required 55.0 isDefault Boolean Indicates whether a contact’s address is the default address (true) or not (false). The default value is false. Optional 55.0 name String Name of the contact. Required 55.0 postalCode String Zip code or postal code for the address. Optional 55.0 region String The address state. Optional 55.0 street String The address street. Required 55.0