Revenue account objects allow you to track the organization's income from the sale of its goods and services based on the revenue group.
You can retrieve individual revenue accounts as well as a list of all your revenue accounts.
Revenue Account
Property | Type | Required | Description |
---|---|---|---|
name | string | false | The name of the revenue account in hand. |
code | string | false | A unique code to identify the revenue account. |
color | string | false | A color code with which the revenue account is represented. |
description | string | false | A description of the revenue account. |
defaultFor | string | false | This field will appear only for default accounts (by default, there are four pre-set accounts: Booking fees, Deposits, Membership fees, One-off Fees). In the field, you'll be able to see the item for which the account is created - bookings, fees etc. |
taxRate | id | false | A reference to the tax rate that will be applied to the revenue account. |
createdAt | date | readonly | The date when the account has been created. System accounts will not have this parameter. |
createdBy | id | readonly | The user that created the account. System accounts will not have this parameter. |
modifiedAt | date | readonly | The user that did the last modification to the account. If no update is made this field will match the createdBy field. |
modifiedBy | id | readonly | The user that did the last modification to the account. Before the first modification, this field equals to the createdBy field. |