Contact object

json_schema
$ref: "../../models/Contact.yaml"

Example Contact object

Contact Object
{
"name": "Joe Customer",
"line1": "3655 Lawton St",
"area1": "San Francisco",
"region": "CA",
"postcode": "94122",
"countryCode": "US",
"phoneNumber": "(415) 200-0000"
}