Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 811 Bytes

File metadata and controls

22 lines (12 loc) · 811 Bytes

CreateAccountRequest

Payload to create account

Properties

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]

Implemented Interfaces

  • Serializable