Payload to create customer
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Customer identifier | |
| name | String | Name of the Customer | |
| primaryEmail | String | Primary email of the customer | |
| billingAddress | String | billing address of the customer | |
| settings | List<CreateEntitySetting> | [optional] | |
| account | CreateAccountRequest | [optional] |
- Serializable