ScheduleViewResponseIScheduleViewRow¶
Example Json Object
1{
2 "unitId": 0,
3 "viewId": "string",
4 "leaseMeasurementId": 0,
5 "accountingStandard": {
6 "id": 1001,
7 "displayId": "GAAP-01",
8 "standardType": "IFRS"
9 },
10 "classificationType": "NON_LEASE",
11 "rows": [
12 {}
13 ]
14}
📄 Description: Data transfer object representing a schedule view row within the Nakisa Lease Accounting Suite, encapsulating key details related to leases, contracts, financial obligations, and accounting entries for effective financial management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
unitId |
integer(int64) |
false |
none |
Unique identifier for the unit |
viewId |
string |
false |
none |
Unique identifier for the view |
leaseMeasurementId |
integer(int64) |
false |
none |
Unique identifier for the lease measurement |
accountingStandard |
false |
none |
Value for accountingStandard field |
|
classificationType |
string |
false |
none |
Type of the classification |
rows |
false |
none |
List of rows items |
Enumerated Values
Attribute |
Value |
|---|---|
classificationType |
DIRECT_FINANCING, FINANCE, LOW_VALUE, NON_LEASE, OFF_BALANCE_SHEET, OPERATING, PROVISIONING, SALES_TYPE, SERVICE_CONTRACT, SHORT_TERM |