squareconnect.models.customer
Represents one of a business's customers, which can have one or more cards on file associated with it.
| Name | Type | Notes |
|---|---|---|
| id | str | |
| created_at | str | |
| updated_at | str | |
| cards | list[Card] | [optional] |
| given_name | str | [optional] |
| family_name | str | [optional] |
| nickname | str | [optional] |
| company_name | str | [optional] |
| email_address | str | [optional] |
| address | Address | [optional] |
| phone_number | str | [optional] |
| reference_id | str | [optional] |
| note | str | [optional] |
| preferences | CustomerPreferences | [optional] |
| groups | list[CustomerGroupInfo] | [optional] |