The Class PaymentScheduleTemplateDto.
name | data type | constraints | description |
---|---|---|---|
startDate | number | The start date. | |
id | number | The id. | |
amount | number | The amount. | |
auditableField | array of AuditableFieldDto | ||
calendarCode | string | The calendar code. | |
code | string | required | The code |
paymentLabel | string | The payment label. | |
paymentDayInMonth | number | The payment day in month. | |
description | string | The description | |
serviceTemplateCode | string | The service template code. | |
advancePaymentInvoiceTypeCode | string | The advance payment invoice type code. | |
updatedCode | string | The updated code. | |
generateAdvancePaymentInvoice | boolean | The generate advance payment invoice. | |
doPayment | boolean | The do payment. | |
advancePaymentInvoiceSubCategoryCode | string | The advance payment invoice sub category code. | |
applyAgreement | boolean | The apply agreement. | |
amountEl | string | The amount el. | |
filterEl | string | The filter el. | |
customFields | CustomFieldsDto | The custom fields. | |
taxClassCode | string | The tax class code. | |
paymentDayInMonthEl | string | An expression to get the payment day. | |
scriptInstanceCode | string | Script instance code. | |
useBankingCalendar | boolean | Use banking calendar. |
Example
{ "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" : [ { "code" : "...", "description" : "...", "fieldType" : "URL", "languageDescriptions" : [ { }, { } ], "valueDate" : 12345, "valuePeriodStartDate" : 12345, "valuePeriodEndDate" : 12345, "valuePeriodPriority" : 12345, "stringValue" : "...", "dateValue" : 12345, "longValue" : 12345, "doubleValue" : 12345.0, "booleanValue" : true, "value" : [ { }, { } ], "mapValue" : { "property1" : { }, "property2" : { } }, "entityReferenceValue" : { }, "indexType" : "INDEX_NOT_ANALYZE", "fileValue" : "...", "formattedValue" : { }, "urlReferenceValue" : { }, "guiPosition" : "...", "customTableCode" : "...", "dataFilter" : "...", "fields" : "..." }, { "code" : "...", "description" : "...", "fieldType" : "LONG", "languageDescriptions" : [ { }, { } ], "valueDate" : 12345, "valuePeriodStartDate" : 12345, "valuePeriodEndDate" : 12345, "valuePeriodPriority" : 12345, "stringValue" : "...", "dateValue" : 12345, "longValue" : 12345, "doubleValue" : 12345.0, "booleanValue" : true, "value" : [ { }, { } ], "mapValue" : { "property1" : { }, "property2" : { } }, "entityReferenceValue" : { }, "indexType" : "INDEX", "fileValue" : "...", "formattedValue" : { }, "urlReferenceValue" : { }, "guiPosition" : "...", "customTableCode" : "...", "dataFilter" : "...", "fields" : "..." } ], "inheritedCustomField" : [ { "code" : "...", "description" : "...", "fieldType" : "LONG", "languageDescriptions" : [ { }, { } ], "valueDate" : 12345, "valuePeriodStartDate" : 12345, "valuePeriodEndDate" : 12345, "valuePeriodPriority" : 12345, "stringValue" : "...", "dateValue" : 12345, "longValue" : 12345, "doubleValue" : 12345.0, "booleanValue" : true, "value" : [ { }, { } ], "mapValue" : { "property1" : { }, "property2" : { } }, "entityReferenceValue" : { }, "indexType" : "STORE_ONLY", "fileValue" : "...", "formattedValue" : { }, "urlReferenceValue" : { }, "guiPosition" : "...", "customTableCode" : "...", "dataFilter" : "...", "fields" : "..." }, { "code" : "...", "description" : "...", "fieldType" : "CUSTOM_TABLE_WRAPPER", "languageDescriptions" : [ { }, { } ], "valueDate" : 12345, "valuePeriodStartDate" : 12345, "valuePeriodEndDate" : 12345, "valuePeriodPriority" : 12345, "stringValue" : "...", "dateValue" : 12345, "longValue" : 12345, "doubleValue" : 12345.0, "booleanValue" : true, "value" : [ { }, { } ], "mapValue" : { "property1" : { }, "property2" : { } }, "entityReferenceValue" : { }, "indexType" : "STORE_ONLY", "fileValue" : "...", "formattedValue" : { }, "urlReferenceValue" : { }, "guiPosition" : "...", "customTableCode" : "...", "dataFilter" : "...", "fields" : "..." } ] }, "taxClassCode" : "...", "paymentDayInMonthEl" : "...", "scriptInstanceCode" : "...", "useBankingCalendar" : true }