MatchingAmounts element
Example XML
<?xml version="1.0" encoding="UTF-8"?> <MatchingAmounts> <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> <matchingAmount> <!--...--> </matchingAmount> <!--...more "matchingAmount" elements...--> </MatchingAmounts>