MatchingCodeDto Data Type

The Class MatchingCodeDto.

Implemented Interfaces
Serializable
Properties
name data type description
code string The code.
auditableField array of AuditableFieldDto
matchingType MatchingTypeEnum The matching type.
matchingDate number The matching date.
matchingAmountCredit number The matching amount credit.
matchingAmountDebit number The matching amount debit.

Example

{
  "code" : "...",
  "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" : "..."
  } ],
  "matchingType" : "M",
  "matchingDate" : 12345,
  "matchingAmountCredit" : 12345.0,
  "matchingAmountDebit" : 12345.0
}