PaymentScheduleInstanceResponseDto Data Type

The Class PaymentScheduleInstanceResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
paymentScheduleInstanceDto PaymentScheduleInstanceDto The payment schedule instance dto.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "paymentScheduleInstanceDto" : {
    "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" : "IN_PROGRESS",
    "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" : [ { }, { } ]
    }
  },
  "actionStatus" : {
    "status" : "FAIL",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}