MatchingAmountDto Data Type

Properties
name data type description
matchingCode string
matchingAmount number
matchingCodes MatchingCodesDto

Example

{
  "matchingCode" : "...",
  "matchingAmount" : 12345.0,
  "matchingCodes" : {
    "matchingCode" : [ {
      "code" : "...",
      "matchingType" : "A_DERICT_DEBIT",
      "matchingDate" : 12345,
      "matchingAmountCredit" : 12345.0,
      "matchingAmountDebit" : 12345.0
    }, {
      "code" : "...",
      "matchingType" : "A_DERICT_DEBIT",
      "matchingDate" : 12345,
      "matchingAmountCredit" : 12345.0,
      "matchingAmountDebit" : 12345.0
    } ]
  }
}