Payload to create account
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Identifier of the account | |
| name | String | Name of the Account | |
| invoiceCurrency | String | Use ISO 4217 currency code in which the account must be invoiced. For example: AED is the currency code for United Arab Emirates dirham. | [optional] |
| aliases | List<String> | Aliases are tags that are associated with an account. Multiple aliases are allowed for a single account. | [optional] |
| settings | List<CreateEntitySetting> | [optional] |
- Serializable