PaymentScheduleTemplatesDto Data Type

The Class PaymentScheduleTemplatesDto.

Implemented Interfaces
Serializable
Properties
name data type description
paging PagingAndFiltering The paging.
actionStatus ActionStatus The status response of the web service response.
template array of PaymentScheduleTemplateDto The PaymentScheduleTemplate Dtos.

Example

{
  "paging" : {
    "fullTextFilter" : "...",
    "filters" : {
      "property1" : { },
      "property2" : { }
    },
    "fields" : "...",
    "offset" : 12345,
    "limit" : 12345,
    "sortBy" : "...",
    "sortOrder" : "ASCENDING",
    "multiSortOrder" : "...",
    "totalNumberOfRecords" : 12345,
    "loadReferenceDepth" : 12345
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  },
  "template" : [ {
    "startDate" : 12345,
    "id" : 12345,
    "amount" : 12345.0,
    "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" : "..."
    } ],
    "calendarCode" : "...",
    "code" : "...",
    "paymentLabel" : "...",
    "paymentDayInMonth" : 12345,
    "description" : "...",
    "serviceTemplateCode" : "...",
    "advancePaymentInvoiceTypeCode" : "...",
    "updatedCode" : "...",
    "generateAdvancePaymentInvoice" : true,
    "doPayment" : true,
    "advancePaymentInvoiceSubCategoryCode" : "...",
    "applyAgreement" : true,
    "amountEl" : "...",
    "filterEl" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "taxClassCode" : "...",
    "paymentDayInMonthEl" : "...",
    "scriptInstanceCode" : "...",
    "useBankingCalendar" : true
  }, {
    "startDate" : 12345,
    "id" : 12345,
    "amount" : 12345.0,
    "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" : "..."
    } ],
    "calendarCode" : "...",
    "code" : "...",
    "paymentLabel" : "...",
    "paymentDayInMonth" : 12345,
    "description" : "...",
    "serviceTemplateCode" : "...",
    "advancePaymentInvoiceTypeCode" : "...",
    "updatedCode" : "...",
    "generateAdvancePaymentInvoice" : true,
    "doPayment" : true,
    "advancePaymentInvoiceSubCategoryCode" : "...",
    "applyAgreement" : true,
    "amountEl" : "...",
    "filterEl" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "taxClassCode" : "...",
    "paymentDayInMonthEl" : "...",
    "scriptInstanceCode" : "...",
    "useBankingCalendar" : true
  } ]
}