squareconnect.models.create_customer_request
Defines the body parameters that can be provided in a request to the CreateCustomer endpoint.
Name | Type | Description | Notes |
---|---|---|---|
idempotency_key | str | The idempotency key for the request. See the Idempotency guide for more information. | [optional] |
given_name | str | The customer's given (i.e., first) name. | [optional] |
family_name | str | The customer's family (i.e., last) name. | [optional] |
company_name | str | The name of the customer's company. | [optional] |
nickname | str | A nickname for the customer. | [optional] |
email_address | str | The customer's email address. | [optional] |
address | Address | The customer's physical address. | [optional] |
phone_number | str | The customer's phone number. | [optional] |
reference_id | str | An optional second ID you can set to associate the customer with an entity in another system. | [optional] |
note | str | An optional note to associate with the customer. | [optional] |
birthday | str | The customer birthday in RFC-3339 format. Year is optional, timezone and times are not allowed. Example: `0000-09-01T00:00:00-00:00` for a birthday on September 1st. `1998-09-01T00:00:00-00:00` for a birthday on September 1st 1998. | [optional] |