MatchingCode Data Type

Implemented Interfaces
Serializable
Properties
name data type description
code string
matchingType MatchingTypeEnum
matchingDate number
matchingAmountCredit number
matchingAmountDebit number
matchingAmounts array of MatchingAmount
Properties inherited from EnableEntity
disabled boolean
active boolean
Properties inherited from AuditableEntity
auditable Auditable
Properties inherited from BaseEntity
transient boolean
id number
version number

Example

{
  "code" : "...",
  "matchingType" : "A_DERICT_DEBIT",
  "matchingDate" : 12345,
  "matchingAmountCredit" : 12345.0,
  "matchingAmountDebit" : 12345.0,
  "matchingAmounts" : [ {
    "accountOperation" : {
      "bankLot" : "...",
      "depositDate" : 12345,
      "occCode" : "...",
      "bankCollectionDate" : 12345,
      "transactionDate" : 12345,
      "accountCodeClientSide" : "...",
      "matchingStatus" : "L",
      "parentCFEntities" : [ { }, { } ],
      "type" : "...",
      "occDescription" : "...",
      "matchingAmounts" : [ { }, { } ],
      "unMatchingAmount" : 12345.0,
      "matchingAmount" : 12345.0,
      "amount" : 12345.0,
      "customerAccount" : { },
      "reference" : "...",
      "orderNumber" : "...",
      "uuid" : "...",
      "transactionCategory" : "DEBIT",
      "dueDate" : 12345,
      "accountCode" : "...",
      "bankReference" : "...",
      "excludedFromDunning" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "matchingCode" : {
      "code" : "...",
      "matchingType" : "A",
      "matchingDate" : 12345,
      "matchingAmountCredit" : 12345.0,
      "matchingAmountDebit" : 12345.0,
      "matchingAmounts" : [ { }, { } ],
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "matchingAmount" : 12345.0,
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  }, {
    "accountOperation" : {
      "bankLot" : "...",
      "depositDate" : 12345,
      "occCode" : "...",
      "bankCollectionDate" : 12345,
      "transactionDate" : 12345,
      "accountCodeClientSide" : "...",
      "matchingStatus" : "I",
      "parentCFEntities" : [ { }, { } ],
      "type" : "...",
      "occDescription" : "...",
      "matchingAmounts" : [ { }, { } ],
      "unMatchingAmount" : 12345.0,
      "matchingAmount" : 12345.0,
      "amount" : 12345.0,
      "customerAccount" : { },
      "reference" : "...",
      "orderNumber" : "...",
      "uuid" : "...",
      "transactionCategory" : "CREDIT",
      "dueDate" : 12345,
      "accountCode" : "...",
      "bankReference" : "...",
      "excludedFromDunning" : true,
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "matchingCode" : {
      "code" : "...",
      "matchingType" : "A",
      "matchingDate" : 12345,
      "matchingAmountCredit" : 12345.0,
      "matchingAmountDebit" : 12345.0,
      "matchingAmounts" : [ { }, { } ],
      "disabled" : true,
      "active" : true,
      "auditable" : { },
      "transient" : true,
      "id" : 12345,
      "version" : 12345
    },
    "matchingAmount" : 12345.0,
    "disabled" : true,
    "active" : true,
    "auditable" : {
      "lastUser" : "...",
      "updated" : 12345,
      "creator" : "...",
      "created" : 12345,
      "updater" : "...",
      "lastModified" : 12345
    },
    "transient" : true,
    "id" : 12345,
    "version" : 12345
  } ],
  "disabled" : true,
  "active" : true,
  "auditable" : {
    "lastUser" : "...",
    "updated" : 12345,
    "creator" : "...",
    "created" : 12345,
    "updater" : "...",
    "lastModified" : 12345
  },
  "transient" : true,
  "id" : 12345,
  "version" : 12345
}