How to validate a customer’s address, name, and phone number
Variable Name | Description |
---|---|
<%= verifiedCustomerAddress %> | Full street address with all lines |
<%= verifiedCustomerAddressStreet1 %> | Usually the street and number |
<%= verifiedCustomerAddressStreet2 %> | Usually the apartment or unit number |
<%= verifiedCustomerAddressCityLocality %> | The customer’s city |
<%= verifiedCustomerAddressStateProvince %> | The customer’s state or province |
<%= verifiedCustomerAddressPostalCode %> | The customer’s Zip or Postal Code |
<%= verifiedCustomerAddressCountryCode %> | The customer’s country code |
<%= VerifiedCustomerAddressType %> | Address type (Residential or Commercial) |
<%= verifiedCustomerEmail %> | Customers email address |
<%= verifiedCustomerFirstName %> | Customer’s first name |
<%= verifiedCustomerLastName %> | Customer’s last name |
<%= verifiedCustomerFullName %> | Customer’s first and last names combined |