AccountOperationsDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
accountOperation array of AccountOperationDto

Example

{
  "accountOperation" : [ {
    "id" : 12345,
    "dueDate" : 12345,
    "type" : "...",
    "transactionDate" : 12345,
    "transactionCategory" : "DEBIT",
    "reference" : "...",
    "accountCode" : "...",
    "accountCodeClientSide" : "...",
    "amount" : 12345.0,
    "matchingAmount" : 12345.0,
    "unMatchingAmount" : 12345.0,
    "matchingStatus" : "P",
    "occCode" : "...",
    "occDescription" : "...",
    "customerAccount" : "...",
    "excludedFromDunning" : true,
    "matchingAmounts" : {
      "matchingAmount" : [ { }, { } ]
    },
    "otherCreditAndCharge" : {
      "operationDate" : 12345,
      "id" : 12345,
      "dueDate" : 12345,
      "type" : "...",
      "transactionDate" : 12345,
      "transactionCategory" : "DEBIT",
      "reference" : "...",
      "accountCode" : "...",
      "accountCodeClientSide" : "...",
      "amount" : 12345.0,
      "matchingAmount" : 12345.0,
      "unMatchingAmount" : 12345.0,
      "matchingStatus" : "C",
      "occCode" : "...",
      "occDescription" : "...",
      "customerAccount" : "...",
      "excludedFromDunning" : true,
      "matchingAmounts" : { },
      "otherCreditAndCharge" : { },
      "recordedInvoice" : { },
      "rejectedPayment" : { },
      "bankLot" : "...",
      "bankReference" : "...",
      "bankCollectionDate" : 12345,
      "depositDate" : 12345,
      "customFields" : { }
    },
    "recordedInvoice" : {
      "productionDate" : 12345,
      "invoiceDate" : 12345,
      "amountWithoutTax" : 12345.0,
      "taxAmount" : 12345.0,
      "netToPay" : 12345.0,
      "paymentMethod" : "...",
      "paymentInfo" : "...",
      "paymentInfo1" : "...",
      "paymentInfo2" : "...",
      "paymentInfo3" : "...",
      "paymentInfo4" : "...",
      "paymentInfo5" : "...",
      "paymentInfo6" : "...",
      "billingAccountName" : "...",
      "id" : 12345,
      "dueDate" : 12345,
      "type" : "...",
      "transactionDate" : 12345,
      "transactionCategory" : "DEBIT",
      "reference" : "...",
      "accountCode" : "...",
      "accountCodeClientSide" : "...",
      "amount" : 12345.0,
      "matchingAmount" : 12345.0,
      "unMatchingAmount" : 12345.0,
      "matchingStatus" : "L",
      "occCode" : "...",
      "occDescription" : "...",
      "customerAccount" : "...",
      "excludedFromDunning" : true,
      "matchingAmounts" : { },
      "otherCreditAndCharge" : { },
      "recordedInvoice" : { },
      "rejectedPayment" : { },
      "bankLot" : "...",
      "bankReference" : "...",
      "bankCollectionDate" : 12345,
      "depositDate" : 12345,
      "customFields" : { }
    },
    "rejectedPayment" : {
      "rejectedType" : "M",
      "rejectedDate" : 12345,
      "rejectedDescription" : "...",
      "rejectedCode" : "...",
      "id" : 12345,
      "dueDate" : 12345,
      "type" : "...",
      "transactionDate" : 12345,
      "transactionCategory" : "DEBIT",
      "reference" : "...",
      "accountCode" : "...",
      "accountCodeClientSide" : "...",
      "amount" : 12345.0,
      "matchingAmount" : 12345.0,
      "unMatchingAmount" : 12345.0,
      "matchingStatus" : "R",
      "occCode" : "...",
      "occDescription" : "...",
      "customerAccount" : "...",
      "excludedFromDunning" : true,
      "matchingAmounts" : { },
      "otherCreditAndCharge" : { },
      "recordedInvoice" : { },
      "rejectedPayment" : { },
      "bankLot" : "...",
      "bankReference" : "...",
      "bankCollectionDate" : 12345,
      "depositDate" : 12345,
      "customFields" : { }
    },
    "bankLot" : "...",
    "bankReference" : "...",
    "bankCollectionDate" : 12345,
    "depositDate" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ]
    }
  }, {
    "id" : 12345,
    "dueDate" : 12345,
    "type" : "...",
    "transactionDate" : 12345,
    "transactionCategory" : "CREDIT",
    "reference" : "...",
    "accountCode" : "...",
    "accountCodeClientSide" : "...",
    "amount" : 12345.0,
    "matchingAmount" : 12345.0,
    "unMatchingAmount" : 12345.0,
    "matchingStatus" : "C",
    "occCode" : "...",
    "occDescription" : "...",
    "customerAccount" : "...",
    "excludedFromDunning" : true,
    "matchingAmounts" : {
      "matchingAmount" : [ { }, { } ]
    },
    "otherCreditAndCharge" : {
      "operationDate" : 12345,
      "id" : 12345,
      "dueDate" : 12345,
      "type" : "...",
      "transactionDate" : 12345,
      "transactionCategory" : "DEBIT",
      "reference" : "...",
      "accountCode" : "...",
      "accountCodeClientSide" : "...",
      "amount" : 12345.0,
      "matchingAmount" : 12345.0,
      "unMatchingAmount" : 12345.0,
      "matchingStatus" : "P",
      "occCode" : "...",
      "occDescription" : "...",
      "customerAccount" : "...",
      "excludedFromDunning" : true,
      "matchingAmounts" : { },
      "otherCreditAndCharge" : { },
      "recordedInvoice" : { },
      "rejectedPayment" : { },
      "bankLot" : "...",
      "bankReference" : "...",
      "bankCollectionDate" : 12345,
      "depositDate" : 12345,
      "customFields" : { }
    },
    "recordedInvoice" : {
      "productionDate" : 12345,
      "invoiceDate" : 12345,
      "amountWithoutTax" : 12345.0,
      "taxAmount" : 12345.0,
      "netToPay" : 12345.0,
      "paymentMethod" : "...",
      "paymentInfo" : "...",
      "paymentInfo1" : "...",
      "paymentInfo2" : "...",
      "paymentInfo3" : "...",
      "paymentInfo4" : "...",
      "paymentInfo5" : "...",
      "paymentInfo6" : "...",
      "billingAccountName" : "...",
      "id" : 12345,
      "dueDate" : 12345,
      "type" : "...",
      "transactionDate" : 12345,
      "transactionCategory" : "DEBIT",
      "reference" : "...",
      "accountCode" : "...",
      "accountCodeClientSide" : "...",
      "amount" : 12345.0,
      "matchingAmount" : 12345.0,
      "unMatchingAmount" : 12345.0,
      "matchingStatus" : "O",
      "occCode" : "...",
      "occDescription" : "...",
      "customerAccount" : "...",
      "excludedFromDunning" : true,
      "matchingAmounts" : { },
      "otherCreditAndCharge" : { },
      "recordedInvoice" : { },
      "rejectedPayment" : { },
      "bankLot" : "...",
      "bankReference" : "...",
      "bankCollectionDate" : 12345,
      "depositDate" : 12345,
      "customFields" : { }
    },
    "rejectedPayment" : {
      "rejectedType" : "A",
      "rejectedDate" : 12345,
      "rejectedDescription" : "...",
      "rejectedCode" : "...",
      "id" : 12345,
      "dueDate" : 12345,
      "type" : "...",
      "transactionDate" : 12345,
      "transactionCategory" : "CREDIT",
      "reference" : "...",
      "accountCode" : "...",
      "accountCodeClientSide" : "...",
      "amount" : 12345.0,
      "matchingAmount" : 12345.0,
      "unMatchingAmount" : 12345.0,
      "matchingStatus" : "R",
      "occCode" : "...",
      "occDescription" : "...",
      "customerAccount" : "...",
      "excludedFromDunning" : true,
      "matchingAmounts" : { },
      "otherCreditAndCharge" : { },
      "recordedInvoice" : { },
      "rejectedPayment" : { },
      "bankLot" : "...",
      "bankReference" : "...",
      "bankCollectionDate" : 12345,
      "depositDate" : 12345,
      "customFields" : { }
    },
    "bankLot" : "...",
    "bankReference" : "...",
    "bankCollectionDate" : 12345,
    "depositDate" : 12345,
    "customFields" : {
      "customField" : [ { }, { } ]
    }
  } ]
}