MatchingCodeDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
code string
matchingType MatchingTypeEnum
matchingDate number
matchingAmountCredit number
matchingAmountDebit number

Example

{
  "code" : "...",
  "matchingType" : "M",
  "matchingDate" : 12345,
  "matchingAmountCredit" : 12345.0,
  "matchingAmountDebit" : 12345.0
}