| property AccountClass: String(1) [GLAccountClass] heat 2
| Values: A (Asset), C (Capital), E (Expense), I (Income), L (Liability) |
|
| property AnalysisCode: String(8) [AP Expense Code] heat 1 |

| property AnalysisCodeLookup: Object readonly
|
| property AnalysisName: String(60) [Analysis Name] |
| property BOF: Boolean readonly |
| property BranchCode: String(8) [CO Branch Code] heat 2 |

| property BranchCodeLookup: Object readonly
|
| property CanInsert: Boolean readonly |
| property CreatedDate: Date readonly calculated |
| property CreatedTime: Date readonly calculated |
| property CreatedTimestamp: Date readonly heat 1 |
| property CreatedUserCode: String(8) [CO User Code] readonly heat 1 |
| property CurrentPeriodBalance: Number [Amount] readonly heat 4 |
| property CustomisationJSON: String |
| property DepartmentCode: String(8) [CO Department Code] heat 2 |

| property DepartmentCodeLookup: Object readonly
|
| property EditRevision: Number [Record Revision] readonly heat 3 |
| property EOF: Boolean readonly |

| property FilterSort: Object readonly
|
| property FriendlyAccountCode: String(10) [Friendly Account Code] |
| property GLAccountCode: String(8) [GL Account Code] heat 2 |

| property GLAccountCodeLookup: Object readonly
|
| property GLAccountName: String(60) [Description] readonly calculated |
| property GstCode: String(4) [CO Gst Code] heat 2 |

| property GstCodeLookup: Object readonly
|
| property GSTType: String(1) [GstType] readonly calculated
| Values: A (Sales), B (Purchases) |
|
| property HasRegimeOverrides: Boolean [Boolean] |
| property Inactive: Boolean [Boolean] |
| property JCDisbursement: Boolean [Boolean] |
| property LastYearBalance: Number [Amount] readonly heat 4 |
| property ModifiedDate: Date readonly calculated |
| property ModifiedTime: Date readonly calculated |
| property ModifiedTimestamp: Date readonly heat 3 |
| property ModifiedUserCode: String(8) [CO User Code] readonly heat 3 |
| property RecNo: Number [Integer] |
| property RecordCount: Number [Integer] readonly |
| property RecordRevision: Number [Record Revision] readonly heat 9 |
| property YearToDateBalance: Number [Amount] readonly heat 4 |
| method Append |
| method DefaultGLAccounts |
| method Delete |
| method First |
| method GetPropertyValue(PropertyName: String): Variant |
| method Insert |
| method Last |
| method LoadCustomisation(UserCode: String) |
| method LoadCustomisationJson(FileOrJSON: String) |
| method Next |
| method Open |
| method Prev |
| method Print: Object |
| method PropertyType(PropertyName: String): String |
| method Refresh |
| method SaveCustomisation(UserCode: String) |
| method SetPropertyValue(PropertyName: String, Value: Variant) |