| name | data type | description |
|---|---|---|
| code | string | |
| matchingType | MatchingTypeEnum | |
| matchingDate | number | |
| matchingAmountCredit | number | |
| matchingAmountDebit | number |
Example
{
"code" : "...",
"matchingType" : "A",
"matchingDate" : 12345,
"matchingAmountCredit" : 12345.0,
"matchingAmountDebit" : 12345.0
}