The Class AccountOperationsDto.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| accountOperation | accountOperationDto | element | 0/unbounded | The account operation. |
Example
<AccountOperationsDto>
<accountOperation>
<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>
<matchingAmount/>
</matchingAmounts>
<otherCreditAndCharge>
<operationDate>...</operationDate>
</otherCreditAndCharge>
<recordedInvoice>
<productionDate>...</productionDate>
<invoiceDate>...</invoiceDate>
<netToPay>...</netToPay>
</recordedInvoice>
<rejectedPayment>
<rejectedType>...</rejectedType>
<rejectedDate>...</rejectedDate>
<rejectedDescription>...</rejectedDescription>
<rejectedCode>...</rejectedCode>
</rejectedPayment>
<bankLot>...</bankLot>
<bankReference>...</bankReference>
<bankCollectionDate>...</bankCollectionDate>
<depositDate>...</depositDate>
<paymentMethod>...</paymentMethod>
<customFields>
<customField/>
<inheritedCustomField/>
</customFields>
<paymentInfo>...</paymentInfo>
<paymentInfo1>...</paymentInfo1>
<paymentInfo2>...</paymentInfo2>
<paymentInfo3>...</paymentInfo3>
<paymentInfo4>...</paymentInfo4>
<paymentInfo5>...</paymentInfo5>
<paymentInfo6>...</paymentInfo6>
<billingAccountName>...</billingAccountName>
<auditable/>
<auditableFields>
<auditableField/>
</auditableFields>
</accountOperation>
</AccountOperationsDto>