MatchingCodesDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
matchingCode array of MatchingCodeDto

Example

{
  "matchingCode" : [ {
    "code" : "...",
    "matchingType" : "M",
    "matchingDate" : 12345,
    "matchingAmountCredit" : 12345.0,
    "matchingAmountDebit" : 12345.0
  }, {
    "code" : "...",
    "matchingType" : "A",
    "matchingDate" : 12345,
    "matchingAmountCredit" : 12345.0,
    "matchingAmountDebit" : 12345.0
  } ]
}