The Class PaymentScheduleTemplateDto.
| name | data type | type | namespace | min/max occurs | wrapped by | description |
|---|---|---|---|---|---|---|
| code | string | attribute | 1/1 | The code | ||
| description | string | attribute | 0/1 | The description | ||
| id | long | attribute | 0/1 | The id. | ||
| advancePaymentInvoiceSubCategoryCode | string | element | 0/1 | The advance payment invoice sub category code. | ||
| advancePaymentInvoiceTypeCode | string | element | 0/1 | The advance payment invoice type code. | ||
| amount | decimal | element | 0/1 | The amount. | ||
| amountEl | string | element | 0/1 | The amount el. | ||
| applyAgreement | boolean | element | 0/1 | The apply agreement. | ||
| auditable | auditableDto | element | 0/1 | |||
| auditableField | auditableFieldDto | element | 0/unbounded | auditableFields | ||
| calendarCode | string | element | 0/1 | The calendar code. | ||
| customFields | customFieldsDto | element | 0/1 | The custom fields. | ||
| doPayment | boolean | element | 0/1 | The do payment. | ||
| filterEl | string | element | 0/1 | The filter el. | ||
| generateAdvancePaymentInvoice | boolean | element | 0/1 | The generate advance payment invoice. | ||
| paymentDayInMonth | int | element | 0/1 | The payment day in month. | ||
| paymentLabel | string | element | 0/1 | The payment label. | ||
| serviceTemplateCode | string | element | 0/1 | The service template code. | ||
| startDate | dateTime | element | 0/1 | The start date. | ||
| updatedCode | string | element | 0/1 | The updated code. |
Example
<PaymentScheduleTemplateDto code="..." description="..." id="...">
<auditable created="..." creator="..." updated="..." updater="..."/>
<auditableFields>
<auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
<auditable created="..." creator="..." updated="..." updater="..."/>
<auditableFields>
<auditableField/>
</auditableFields>
<updatedCode>...</updatedCode>
</auditableField>
</auditableFields>
<updatedCode>...</updatedCode>
<startDate>...</startDate>
<amount>...</amount>
<calendarCode>...</calendarCode>
<paymentLabel>...</paymentLabel>
<paymentDayInMonth>...</paymentDayInMonth>
<serviceTemplateCode>...</serviceTemplateCode>
<advancePaymentInvoiceTypeCode>...</advancePaymentInvoiceTypeCode>
<generateAdvancePaymentInvoice>...</generateAdvancePaymentInvoice>
<doPayment>...</doPayment>
<advancePaymentInvoiceSubCategoryCode>...</advancePaymentInvoiceSubCategoryCode>
<applyAgreement>...</applyAgreement>
<amountEl>...</amountEl>
<filterEl>...</filterEl>
<customFields>
<customField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
<fieldType>...</fieldType>
<languageDescriptions/>
<stringValue>...</stringValue>
<dateValue>...</dateValue>
<longValue>...</longValue>
<doubleValue>...</doubleValue>
<booleanValue>...</booleanValue>
<listValue>
<value/>
</listValue>
<mapValue>...</mapValue>
<entityReferenceValue/>
<indexType>...</indexType>
<fileValue>...</fileValue>
<formattedValue/>
<guiPosition>...</guiPosition>
</customField>
<inheritedCustomField code="..." description="..." valueDate="..." valuePeriodEndDate="..." valuePeriodPriority="..." valuePeriodStartDate="...">
<fieldType>...</fieldType>
<languageDescriptions/>
<stringValue>...</stringValue>
<dateValue>...</dateValue>
<longValue>...</longValue>
<doubleValue>...</doubleValue>
<booleanValue>...</booleanValue>
<listValue>
<value/>
</listValue>
<mapValue>...</mapValue>
<entityReferenceValue/>
<indexType>...</indexType>
<fileValue>...</fileValue>
<formattedValue/>
<guiPosition>...</guiPosition>
</inheritedCustomField>
</customFields>
</PaymentScheduleTemplateDto>