matchingCodesDto Data Type

The Class MatchingCodesDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
matchingCode matchingCodeDto element 0/unbounded The matching code.

Example

<MatchingCodes>
  <matchingCode>
    <code>...</code>
    <matchingType>...</matchingType>
    <matchingDate>...</matchingDate>
    <matchingAmountCredit>...</matchingAmountCredit>
    <matchingAmountDebit>...</matchingAmountDebit>
    <auditable/>
    <auditableFields>
      <auditableField/>
    </auditableFields>
  </matchingCode>
</MatchingCodes>