paymentScheduleInstanceItemDto Data Type

The Class PaymentScheduleInstanceItemDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
dueDate dateTime element 0/1 The due date.
id long element 0/1 The id.
last boolean element 1/1 The last.
paid boolean element 1/1 The paid.
recordedInvoice recordedInvoiceDto element 0/1 The recorded invoice.
requestPaymentDate dateTime element 0/1 The request payment date.
Properties inherited from auditableEntityDto
auditable auditableDto element 0/1  
auditableField auditableFieldDto element 0/unbounded  

Example

<PaymentScheduleInstanceItemDto>
  <id>...</id>
  <dueDate>...</dueDate>
  <requestPaymentDate>...</requestPaymentDate>
  <recordedInvoice>
    <productionDate>...</productionDate>
    <invoiceDate>...</invoiceDate>
    <netToPay>...</netToPay>
    <id>...</id>
    <dueDate>...</dueDate>
    <type>...</type>
    <transactionDate>...</transactionDate>
    <transactionCategory>...</transactionCategory>
    <reference>...</reference>
    <accountingCode>...</accountingCode>
    <amount>...</amount>
    <amountWithoutTax>...</amountWithoutTax>
    <taxAmount>...</taxAmount>
    <matchingAmount>...</matchingAmount>
    <unMatchingAmount>...</unMatchingAmount>
    <matchingStatus>...</matchingStatus>
    <code>...</code>
    <description>...</description>
    <customerAccount>...</customerAccount>
    <excludedFromDunning>...</excludedFromDunning>
    <orderNumber>...</orderNumber>
    <matchingAmounts/>
    <otherCreditAndCharge/>
    <recordedInvoice/>
    <rejectedPayment/>
    <bankLot>...</bankLot>
    <bankReference>...</bankReference>
    <bankCollectionDate>...</bankCollectionDate>
    <depositDate>...</depositDate>
    <paymentMethod>...</paymentMethod>
    <customFields/>
    <paymentInfo>...</paymentInfo>
    <paymentInfo1>...</paymentInfo1>
    <paymentInfo2>...</paymentInfo2>
    <paymentInfo3>...</paymentInfo3>
    <paymentInfo4>...</paymentInfo4>
    <paymentInfo5>...</paymentInfo5>
    <paymentInfo6>...</paymentInfo6>
    <billingAccountName>...</billingAccountName>
  </recordedInvoice>
  <last>...</last>
  <paid>...</paid>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
</PaymentScheduleInstanceItemDto>