paymentScheduleInstanceDto Data Type

The Class PaymentScheduleInstanceDto.

Namespace
(Default)
Properties
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.
amount decimal element 0/1   The amount.
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.
endDate dateTime element 0/1   The end date.
item paymentScheduleInstanceItemDto element 0/unbounded items The items.
paymentDayInMonth int element 0/1   The payment day in month.
paymentScheduleInstanceBalanceDto paymentScheduleInstanceBalanceDto element 0/1   The payment schedule instance balance dto.
paymentScheduleTemplateCode string element 0/1   The payment schedule template code.
serviceInstanceId long element 0/1   The service instance id.
serviceInstanceTemplateCode string element 0/1   The service instance template code.
startDate dateTime element 0/1   The start date.
status paymentScheduleStatusEnum element 0/1   The status.
statusDate dateTime element 0/1   The status date.
subscriptionCode string element 0/1   The subscription code.
updatedCode string element 0/1   The updated code.

Example

<PaymentScheduleInstanceDto 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>
  <endDate>...</endDate>
  <startDate>...</startDate>
  <amount>...</amount>
  <calendarCode>...</calendarCode>
  <status>...</status>
  <statusDate>...</statusDate>
  <paymentScheduleTemplateCode>...</paymentScheduleTemplateCode>
  <paymentDayInMonth>...</paymentDayInMonth>
  <serviceInstanceTemplateCode>...</serviceInstanceTemplateCode>
  <serviceInstanceId>...</serviceInstanceId>
  <subscriptionCode>...</subscriptionCode>
  <paymentScheduleInstanceBalanceDto>
    <nbSchedulePaid>...</nbSchedulePaid>
    <nbScheduleIncoming>...</nbScheduleIncoming>
    <sumAmountPaid>...</sumAmountPaid>
    <sumAmountIncoming>...</sumAmountIncoming>
  </paymentScheduleInstanceBalanceDto>
  <items>
    <item>
      <id>...</id>
      <dueDate>...</dueDate>
      <requestPaymentDate>...</requestPaymentDate>
      <recordedInvoice>
        <productionDate>...</productionDate>
        <invoiceDate>...</invoiceDate>
        <netToPay>...</netToPay>
      </recordedInvoice>
      <last>...</last>
      <paid>...</paid>
      <auditable/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
    </item>
  </items>
  <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>
</PaymentScheduleInstanceDto>