The customer model
The customer model has all the information relating to the customer such as the unique identifier in your systems, it’s name, location and other identifying information related to other services.Properties
id
string
Unique identifier for the customer in your application.
name
string
The name of the customer.
email
string
The email for the customer.
website
string
The website for the customer.
links
[string]
Custom links to other services related to the customer.
location.country
string
The country the customer is located. This should be in the ISO 3166-1 alpha-2 format.