PagedModelEntityModelPremiseRecurringPaymentDto¶
Example Json Object
1{
2 "_embedded": {
3 "recurringPayments": [
4 {
5 "createdBy": "string",
6 "lastModifiedBy": "string",
7 "createdDate": "2019-08-24T14:15:22Z",
8 "lastModifiedDate": "2019-08-24T14:15:22Z",
9 "archived": true,
10 "externalId": "string",
11 "id": 0,
12 "paymentId": 0,
13 "paymentDate": "2019-08-24",
14 "period": 0,
15 "periodStartDate": "2019-08-24",
16 "periodEndDate": "2019-08-24",
17 "termType": "PAYMENT_TERM",
18 "expenseCategory": "string",
19 "expenseCategoryId": 0,
20 "amount": 0,
21 "nonLeaseAmount": 0,
22 "taxAmount": 0,
23 "postingTransactionType": "POST",
24 "internalPostingStatus": {
25 "documentNumber": "string",
26 "status": "NA",
27 "postingMessage": "string"
28 },
29 "leaseComponentDisplayId": "string",
30 "activationGroupState": "MLA_DEFINE",
31 "currencyCode": "string",
32 "activationGroupRevisionId": 0,
33 "journalId": 0,
34 "journalEntryId": 0,
35 "unitId": 0,
36 "termId": 0,
37 "hasTaxes": true,
38 "leaseComponentFinancialTermId": 0,
39 "postingDate": "2019-08-24",
40 "expenseAccount": "string",
41 "costCenter": {
42 "id": 0,
43 "displayId": "string",
44 "status": "CREATED",
45 "name": "string",
46 "erpSystemId": 0
47 },
48 "principalPositionType": "LESSEE",
49 "leaseExternalId": "string",
50 "companyId": 0,
51 "erpSystemId": 0,
52 "leaseId": 0,
53 "premiseId": 0,
54 "premiseExternalId": "string"
55 }
56 ]
57 },
58 "page": {
59 "size": 0,
60 "totalElements": 0,
61 "totalPages": 0,
62 "number": 0
63 }
64}
📄 Description: Data transfer object representing a paginated collection of recurring payment details associated with real estate properties within the Nakisa Portfolio Management Suite, facilitating effective portfolio and asset management analytics.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» recurringPayments |
false |
none |
[Data transfer object representing the recurring payment details associated with a real estate property within the Nakisa Portfolio Management Suite, facilitating portfolio and asset analytics.] |
|
page |
false |
none |
Page number for pagination |