PaymentScheduleInstancesDto Data Type

The Class PaymentScheduleInstancesDto.

Implemented Interfaces
Serializable
Properties
name data type description
paging PagingAndFiltering The paging.
actionStatus ActionStatus The status response of the web service response.
instance array of PaymentScheduleInstanceDto The PaymentScheduleInstances Dtos.

Example

{
  "paging" : {
    "fullTextFilter" : "...",
    "filters" : {
      "property1" : { },
      "property2" : { }
    },
    "fields" : "...",
    "offset" : 12345,
    "limit" : 12345,
    "sortBy" : "...",
    "sortOrder" : "DESCENDING",
    "multiSortOrder" : "...",
    "totalNumberOfRecords" : 12345,
    "loadReferenceDepth" : 12345
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "instance" : [ {
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "endDate" : 12345,
    "description" : "...",
    "startDate" : 12345,
    "updatedCode" : "...",
    "amount" : 12345.0,
    "calendarCode" : "...",
    "status" : "DONE",
    "statusDate" : 12345,
    "paymentScheduleTemplateCode" : "...",
    "paymentDayInMonth" : 12345,
    "serviceInstanceTemplateCode" : "...",
    "serviceInstanceId" : 12345,
    "subscriptionCode" : "...",
    "paymentScheduleInstanceBalanceDto" : {
      "nbSchedulePaid" : 12345,
      "nbScheduleIncoming" : 12345,
      "sumAmountPaid" : 12345.0,
      "sumAmountIncoming" : 12345.0
    },
    "item" : [ {
      "auditableField" : [ { }, { } ],
      "id" : 12345,
      "dueDate" : 12345,
      "requestPaymentDate" : 12345,
      "recordedInvoice" : { },
      "last" : true,
      "paid" : true,
      "amount" : 12345.0
    }, {
      "auditableField" : [ { }, { } ],
      "id" : 12345,
      "dueDate" : 12345,
      "requestPaymentDate" : 12345,
      "recordedInvoice" : { },
      "last" : true,
      "paid" : true,
      "amount" : 12345.0
    } ],
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    }
  }, {
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "code" : "...",
    "endDate" : 12345,
    "description" : "...",
    "startDate" : 12345,
    "updatedCode" : "...",
    "amount" : 12345.0,
    "calendarCode" : "...",
    "status" : "DONE",
    "statusDate" : 12345,
    "paymentScheduleTemplateCode" : "...",
    "paymentDayInMonth" : 12345,
    "serviceInstanceTemplateCode" : "...",
    "serviceInstanceId" : 12345,
    "subscriptionCode" : "...",
    "paymentScheduleInstanceBalanceDto" : {
      "nbSchedulePaid" : 12345,
      "nbScheduleIncoming" : 12345,
      "sumAmountPaid" : 12345.0,
      "sumAmountIncoming" : 12345.0
    },
    "item" : [ {
      "auditableField" : [ { }, { } ],
      "id" : 12345,
      "dueDate" : 12345,
      "requestPaymentDate" : 12345,
      "recordedInvoice" : { },
      "last" : true,
      "paid" : true,
      "amount" : 12345.0
    }, {
      "auditableField" : [ { }, { } ],
      "id" : 12345,
      "dueDate" : 12345,
      "requestPaymentDate" : 12345,
      "recordedInvoice" : { },
      "last" : true,
      "paid" : true,
      "amount" : 12345.0
    } ],
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    }
  } ]
}