Contact Information Input

Contact information for a Commerce store checkout.
Root XML tag
<contactInfo>
JSON example
1{
2   "firstName":"Leung",
3   "lastName":"Chan",
4   "email":"leung@chan.com",
5   "phoneNumber":"+16175551212"
6}
Properties
Name Type Description Required or Optional Available Version
email String Email address of the contact. Optional 55.0
firstName String First name of the contact. Optional 55.0
isoCountryCodeForPhoneNumber String ISO code of the phone number country. Optional 62.0
lastName String Last name of the contact. Optional 55.0
phoneNumber String Phone number of the contact. Optional 55.0