MatchingCode Data Type

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

Example

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