matchingCodeDto Data Type

The Class MatchingCodeDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
code string element 0/1 The code.
matchingAmountCredit decimal element 0/1 The matching amount credit.
matchingAmountDebit decimal element 0/1 The matching amount debit.
matchingDate dateTime element 0/1 The matching date.
matchingType matchingTypeEnum element 0/1 The matching type.
Properties inherited from auditableEntityDto
auditable auditableDto element 0/1  
auditableField auditableFieldDto element 0/unbounded  

Example

<MatchingCode>
  <code>...</code>
  <matchingType>...</matchingType>
  <matchingDate>...</matchingDate>
  <matchingAmountCredit>...</matchingAmountCredit>
  <matchingAmountDebit>...</matchingAmountDebit>
  <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>
</MatchingCode>