Customer entity at YouCan.
| Attribute Name | Type | Description |
|---|---|---|
| id | string | Identifier (UUID) |
| string | customer email | |
| password | string,null | customer password |
| first_name | string,null | customer first name |
| last_name | string,null | customer last name |
| phone | string,null | customer phone number |
| country | string,null | customer country |
| region | string,null | customer region |
| city | string,null | customer city |
| notes | string,null | customer notes |
| created_at | string,null | customer creation date |
| updated_at | string,null | customer updated date |
| deleted_at | string,null | customer deleted date |
| last_activity | string,null | customer last activity date |
| store_id | string | customer store id |