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 "vendorIdToExpenseAccount": {
41 "property1": "string",
42 "property2": "string"
43 },
44 "costCenter": {
45 "id": 0,
46 "status": "CREATED",
47 "displayId": "string",
48 "erpSystemId": 0,
49 "erpSystemDisplayId": "string",
50 "name": "string",
51 "blocked": true,
52 "taxJurisdictionId": 0,
53 "taxJurisdictionDisplayId": "string",
54 "controllingAreaId": 0,
55 "controllingAreaDisplayId": "string",
56 "profitCenterId": 0,
57 "profitCenterRelationValidFrom": "2019-08-24",
58 "profitCenterRelationValidTo": "2019-08-24",
59 "companyId": 0,
60 "companyRelationValidFrom": "2019-08-24",
61 "companyRelationValidTo": "2019-08-24"
62 },
63 "principalPositionType": "LESSEE",
64 "leaseExternalId": "string",
65 "leaseId": 0,
66 "premiseId": 0,
67 "premiseExternalId": "string"
68 }
69 ]
70 },
71 "page": {
72 "size": 0,
73 "totalElements": 0,
74 "totalPages": 0,
75 "number": 0
76 }
77}
📄 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 |