Skip to content

Latest commit

 

History

History
executable file
·
30 lines (20 loc) · 1.18 KB

Account.md

File metadata and controls

executable file
·
30 lines (20 loc) · 1.18 KB

KoronacloudApiV3.Account

Properties

Name Type Description Notes
active Boolean indicates whether the object is active for use or not [optional]
id String global object uuid (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) [optional]
_number String number of the object, like it is set in backoffice; will be removed when active=false [optional]
revision Number the revision number of the object. revision numbers are unique per object-type. there is is no object of the same type with identical revision numbers. [optional]
cashJournalRelevant Boolean [optional]
denominationInput Boolean [optional]
exclusive Boolean [optional]
name String [optional]
producer ModelReference [optional]
requiresSerialNumber Boolean [optional]
revenueAccount ModelReference [optional]
type String [optional]

Enum: TypeEnum

  • DEPOSIT (value: "DEPOSIT")

  • WITHDRAWAL (value: "WITHDRAWAL")