Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 893 Bytes

Account.md

File metadata and controls

32 lines (18 loc) · 893 Bytes

Account

Structure of an account

Properties

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]

Enum: StatusEnum

Name Value
ACTIVE "ACTIVE"
ARCHIVED "ARCHIVED"

Implemented Interfaces

  • Serializable