MatchingCodesDto Data Type

The Class MatchingCodesDto.

Properties
name data type description
matchingCode array of MatchingCodeDto The matching code.

Example

{
  "matchingCode" : [ {
    "code" : "...",
    "matchingType" : "A_DERICT_DEBIT",
    "matchingDate" : 12345,
    "auditable" : {
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "updater" : "..."
    },
    "auditableField" : [ {
      "entityClass" : "...",
      "id" : 12345,
      "fieldName" : "...",
      "code" : "...",
      "changeOrigin" : "...",
      "auditable" : { },
      "auditableField" : [ { }, { } ],
      "description" : "...",
      "originName" : "...",
      "updatedCode" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "created" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "id" : 12345,
      "fieldName" : "...",
      "code" : "...",
      "changeOrigin" : "...",
      "auditable" : { },
      "auditableField" : [ { }, { } ],
      "description" : "...",
      "originName" : "...",
      "updatedCode" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "created" : "...",
      "actor" : "..."
    } ],
    "matchingAmountCredit" : 12345.0,
    "matchingAmountDebit" : 12345.0
  }, {
    "code" : "...",
    "matchingType" : "A",
    "matchingDate" : 12345,
    "auditable" : {
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "updater" : "..."
    },
    "auditableField" : [ {
      "entityClass" : "...",
      "id" : 12345,
      "fieldName" : "...",
      "code" : "...",
      "changeOrigin" : "...",
      "auditable" : { },
      "auditableField" : [ { }, { } ],
      "description" : "...",
      "originName" : "...",
      "updatedCode" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "created" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "id" : 12345,
      "fieldName" : "...",
      "code" : "...",
      "changeOrigin" : "...",
      "auditable" : { },
      "auditableField" : [ { }, { } ],
      "description" : "...",
      "originName" : "...",
      "updatedCode" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "created" : "...",
      "actor" : "..."
    } ],
    "matchingAmountCredit" : 12345.0,
    "matchingAmountDebit" : 12345.0
  } ]
}