MatchingAmount Data Type

Implemented Interfaces
Serializable
Properties
name data type description
matchingAmount number
accountOperation AccountOperation
matchingCode MatchingCode
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

{
  "matchingAmount" : 12345.0,
  "accountOperation" : {
    "dueDate" : 12345,
    "reference" : "...",
    "bankReference" : "...",
    "matchingAmounts" : [ {
      "matchingAmount" : 12345.0,
      "accountOperation" : { },
      "matchingCode" : { },
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    }, {
      "matchingAmount" : 12345.0,
      "accountOperation" : { },
      "matchingCode" : { },
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    } ],
    "parentCFEntities" : [ { }, { } ],
    "bankLot" : "...",
    "type" : "...",
    "excludedFromDunning" : true,
    "orderNumber" : "...",
    "matchingAmount" : 12345.0,
    "transactionCategory" : "DEBIT",
    "accountCodeClientSide" : "...",
    "unMatchingAmount" : 12345.0,
    "transactionDate" : 12345,
    "occCode" : "...",
    "accountCode" : "...",
    "customerAccount" : {
      "dueDateDelayEL" : "...",
      "dunningLevel" : "R2",
      "creditCategory" : { },
      "dateDunningLevel" : 12345,
      "customer" : { },
      "billingAccounts" : [ { }, { } ],
      "paymentMethod" : "TIP",
      "accountOperations" : [ { }, { } ],
      "parentEntityType" : { },
      "password" : "...",
      "actionDunnings" : [ { }, { } ],
      "mandateDate" : 12345,
      "parentCFEntities" : [ { }, { } ],
      "tradingCurrency" : { },
      "contactInformation" : { },
      "tradingLanguage" : { },
      "parentEntity" : { },
      "status" : "ACTIVE",
      "dateStatus" : 12345,
      "mandateIdentification" : "...",
      "defaultLevel" : true,
      "accountType" : "...",
      "name" : { },
      "externalRef1" : "...",
      "primaryContact" : { },
      "externalRef2" : "...",
      "providerContact" : "...",
      "address" : { },
      "businessAccountModel" : { },
      "uuid" : "...",
      "code" : "...",
      "description" : "...",
      "appendGeneratedCode" : true,
      "descriptionOrCode" : "...",
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    },
    "matchingStatus" : "I",
    "bankCollectionDate" : 12345,
    "uuid" : "...",
    "occDescription" : "...",
    "amount" : 12345.0,
    "depositDate" : 12345,
    "active" : true,
    "disabled" : true,
    "auditable" : {
      "lastModified" : 12345,
      "updater" : "...",
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "lastUser" : "..."
    },
    "id" : 12345,
    "transient" : true,
    "version" : 12345
  },
  "matchingCode" : {
    "matchingAmountCredit" : 12345.0,
    "matchingDate" : 12345,
    "matchingType" : "A",
    "matchingAmountDebit" : 12345.0,
    "code" : "...",
    "matchingAmounts" : [ {
      "matchingAmount" : 12345.0,
      "accountOperation" : { },
      "matchingCode" : { },
      "active" : true,
      "disabled" : true,
      "auditable" : { },
      "id" : 12345,
      "transient" : true,
      "version" : 12345
    }, {
      "matchingAmount" : 12345.0,
      "accountOperation" : { },
      "matchingCode" : { },
      "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
}