matchingAmountDto Data Type

The Class MatchingAmountDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
matchingAmount decimal element 0/1 The matching amount.
matchingCode string element 0/1 The matching code.
matchingCodes matchingCodesDto element 0/1 The matching codes.
Properties inherited from auditableEntityDto
auditable auditableDto element 0/1  
auditableField auditableFieldDto element 0/unbounded  

Example

<MatchingAmount>
  <matchingCode>...</matchingCode>
  <matchingAmount>...</matchingAmount>
  <matchingCodes>
    <matchingCode>
      <code>...</code>
      <matchingType>...</matchingType>
      <matchingDate>...</matchingDate>
      <matchingAmountCredit>...</matchingAmountCredit>
      <matchingAmountDebit>...</matchingAmountDebit>
    </matchingCode>
  </matchingCodes>
  <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>
</MatchingAmount>