Defines the body parameters that can be provided in a request to the UpdateCustomer endpoint.
Name | Type | Description | Notes |
---|---|---|---|
given_name | String | The customer's given (i.e., first) name. | [optional] |
family_name | String | The customer's family (i.e., last) name. | [optional] |
company_name | String | The name of the customer's company. | [optional] |
nickname | String | A nickname for the customer. | [optional] |
email_address | String | The customer's email address. | [optional] |
address | Address | The customer's physical address. | [optional] |
phone_number | String | The customer's phone number. | [optional] |
reference_id | String | An optional second ID you can set to associate the customer with an entity in another system. | [optional] |
note | String | An optional note to associate with the customer. | [optional] |