EntityModelNfsBatchPayment¶
Example Json Object
1{
2 "paymentId": 0,
3 "startDate": "2019-08-24",
4 "endDate": "2019-08-24",
5 "paymentDate": "2019-08-24",
6 "amount": 0,
7 "baseNonLeasePayment": 0,
8 "expenseCategoryId": 0,
9 "expenseCategoryDisplayId": "string",
10 "postingTransactionType": "POST",
11 "journalType": "string",
12 "status": "string",
13 "leaseComponentId": 0,
14 "fileNumber": "string",
15 "accountingStandard": "string"
16}
📄 Description: Data transfer object representing a batch payment for non-fungible assets within the Nakisa Portfolio Management Suite, facilitating streamlined financial transactions related to portfolio and real estate property analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
paymentId |
integer(int64) |
false |
none |
Unique identifier for the payment |
startDate |
string(date) |
false |
none |
Start date of the resource |
endDate |
string(date) |
false |
none |
End date of the resource |
paymentDate |
string(date) |
false |
none |
Date of the payment |
amount |
number |
false |
none |
Amount value |
baseNonLeasePayment |
number |
false |
none |
Value for baseNonLeasePayment field |
expenseCategoryId |
integer(int64) |
false |
none |
Unique identifier for the expense category |
expenseCategoryDisplayId |
string |
false |
none |
Unique identifier for the expense category display |
postingTransactionType |
string |
false |
none |
Type of the posting transaction |
journalType |
string |
false |
none |
Type of the journal |
status |
string |
false |
none |
Status of the resource |
leaseComponentId |
integer(int64) |
false |
none |
Unique identifier for the lease component |
fileNumber |
string |
false |
none |
Text value for fileNumber in EntityModelNfsBatchPayment |
accountingStandard |
string |
false |
none |
Text value for accountingStandard in EntityModelNfsBatchPayment |
Enumerated Values
Attribute |
Value |
|---|---|
postingTransactionType |
POST, REVERSE |