The Class MatchingAmountDto.
name | data type | description |
---|---|---|
matchingCode | string | The matching code. |
matchingAmount | number | The matching amount. |
auditableField | array of AuditableFieldDto | |
matchingCodes | MatchingCodesDto | The matching codes. |
Example
{ "matchingCode" : "...", "matchingAmount" : 12345.0, "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "matchingCodes" : { "matchingCode" : [ { "code" : "...", "auditableField" : [ { }, { } ], "matchingType" : "A_TIP", "matchingDate" : 12345, "matchingAmountCredit" : 12345.0, "matchingAmountDebit" : 12345.0 }, { "code" : "...", "auditableField" : [ { }, { } ], "matchingType" : "A", "matchingDate" : 12345, "matchingAmountCredit" : 12345.0, "matchingAmountDebit" : 12345.0 } ] } }