CustomerDetailDTO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| address | CustomerDetailDTO_address | [optional] [default to null] | |
| first_name | String | The customer first name | [default to null] |
| last_name | String | The customer last name | [default to null] |
| mobile_number | String | The customer mobile number, does NOT support e164 format | [default to null] |
| String | A valid customer personal or work email | [default to null] | |
| id | String | A unique identifier for this customer | [optional] [default to null] |