customerData
parkerNamestring
First Name + Last Name or Business Name of the parker.
emailstring
Parker contact email
addressLine1string
Street from parker contact/billing address.
addressLine2string
Street from parker contact/billing address.
citystring
City from parker contact/billing address.
statestring
State/province from parker contact/billing address.
countrystring
Country from parker contact/billing address.
postalCodestring
Postal Code/Zip Code from parker contact/billing address
customerData
{
"parkerName": "string",
"email": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": "string",
"country": "string",
"postalCode": "string"
}