MatchingAmount element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<MatchingAmount>
<matchingCode>...</matchingCode>
<matchingAmount>...</matchingAmount>
<matchingCodes>
<matchingCode>
<code>...</code>
<matchingType>...</matchingType>
<matchingDate>...</matchingDate>
<matchingAmountCredit>...</matchingAmountCredit>
<matchingAmountDebit>...</matchingAmountDebit>
</matchingCode>
<matchingCode>
<!--...-->
</matchingCode>
<!--...more "matchingCode" elements...-->
</matchingCodes>
</MatchingAmount>