Structure of an account
Name | Type | Description | Notes |
---|---|---|---|
id | String | Identifier of the account | |
name | String | Name of the Account | |
invoiceCurrency | String | ISO_4217 code of the currency in which the account must be invoiced Defaults to Base currency. | |
aliases | List<AccountAliases> | list of aliases of the account | [optional] |
status | StatusEnum | Status of the account | |
settings | List<CreateEntitySetting> | [optional] |
Name | Value |
---|---|
ACTIVE | "ACTIVE" |
ARCHIVED | "ARCHIVED" |
- Serializable