MatchingAmountsDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
matchingAmount array of MatchingAmountDto

Example

{
  "matchingAmount" : [ {
    "matchingCode" : "...",
    "matchingAmount" : 12345.0,
    "matchingCodes" : {
      "matchingCode" : [ { }, { } ]
    }
  }, {
    "matchingCode" : "...",
    "matchingAmount" : 12345.0,
    "matchingCodes" : {
      "matchingCode" : [ { }, { } ]
    }
  } ]
}