NonLeaseAccountDeterminationDto¶
Example Json Object
1{
2 "accrualAccountId": 0,
3 "accrualClearingAccountId": 0,
4 "reconciliationAccountId": 0,
5 "indexExpenseAccountId": 0
6}
📄 Description: Data transfer object representing the determination of non-lease accounts within a financial organization structure, facilitating the identification and management of financial entities in relation to their hierarchical organization.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
accrualAccountId |
integer(int64) |
false |
none |
Unique identifier for the accrual account |
accrualClearingAccountId |
integer(int64) |
false |
none |
Unique identifier for the accrual clearing account |
reconciliationAccountId |
integer(int64) |
false |
none |
Unique identifier for the reconciliation account |
indexExpenseAccountId |
integer(int64) |
false |
none |
Unique identifier for the index expense account |