PagedModelEntityModelRecurringPaymentDto¶
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 "status": "CREATED",
44 "displayId": "string",
45 "erpSystemId": 0,
46 "erpSystemDisplayId": "string",
47 "name": "string",
48 "blocked": true,
49 "taxJurisdictionId": 0,
50 "taxJurisdictionDisplayId": "string",
51 "controllingAreaId": 0,
52 "controllingAreaDisplayId": "string",
53 "profitCenterId": 0,
54 "profitCenterRelationValidFrom": "2019-08-24",
55 "profitCenterRelationValidTo": "2019-08-24",
56 "companyId": 0,
57 "companyRelationValidFrom": "2019-08-24",
58 "companyRelationValidTo": "2019-08-24"
59 },
60 "principalPositionType": "LESSEE",
61 "leaseExternalId": "string"
62 }
63 ]
64 },
65 "page": {
66 "size": 0,
67 "totalElements": 0,
68 "totalPages": 0,
69 "number": 0
70 }
71}
📄 Description: Data transfer object representing a paginated collection of recurring payment models within the Nakisa Portfolio Management Suite, facilitating efficient management and analysis of financial transactions related to real estate assets.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» recurringPayments |
false |
none |
[Data transfer object representing a recurring payment structure within the Nakisa Portfolio Management Suite, facilitating the management and analysis of financial transactions related to real estate properties and assets in a portfolio context.] |
|
page |
false |
none |
Page number for pagination |