RecordedInvoiceDto Data Type

The Class RecordedInvoiceDto.

Properties
name data type description
productionDate number The production date.
invoiceDate number The invoice date.
netToPay number The net to pay.
auditable AuditableDto
auditableField array of AuditableFieldDto
id number The id.
dueDate number The due date.
type string The type.
transactionDate number The transaction date.
transactionCategory OperationCategoryEnum The transaction category.
reference string The reference.
accountCode string The account code.
accountingCode string The accounting code.
accountCodeClientSide string The account code client side.
amount number The amount.
amountWithoutTax number The amount without tax.
taxAmount number The tax amount.
matchingAmount number The matching amount.
unMatchingAmount number The un matching amount.
matchingStatus MatchingStatusEnum The matching status.
code string The occ code.
description string The occ description.
customerAccount string The customer account.
excludedFromDunning boolean The excluded from dunning.
orderNumber string The order number.
matchingAmounts MatchingAmountsDto The matching amounts.
otherCreditAndCharge OtherCreditAndChargeDto The other credit and charge.
recordedInvoice RecordedInvoiceDto The recorded invoice.
rejectedPayment RejectedPaymentDto The rejected payment.
bankLot string The bank lot.
bankReference string The bank reference.
bankCollectionDate number The bank collection date.
depositDate number The deposit date.
paymentMethod string The payment method.
customFields CustomFieldsDto The custom fields.
paymentInfo string The payment info.
paymentInfo1 string The payment info 1.
paymentInfo2 string The payment info 2.
paymentInfo3 string The payment info 3.
paymentInfo4 string The payment info 4.
paymentInfo5 string The payment info 5.
paymentInfo6 string The payment info 6.
billingAccountName string The billing account name.

Example

{
  "productionDate" : 12345,
  "invoiceDate" : 12345,
  "netToPay" : 12345.0,
  "auditable" : {
    "created" : 12345,
    "updated" : 12345,
    "creator" : "...",
    "updater" : "..."
  },
  "auditableField" : [ {
    "entityClass" : "...",
    "id" : 12345,
    "fieldName" : "...",
    "code" : "...",
    "changeOrigin" : "...",
    "auditable" : {
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "updater" : "..."
    },
    "auditableField" : [ { }, { } ],
    "description" : "...",
    "originName" : "...",
    "updatedCode" : "...",
    "previousState" : "...",
    "currentState" : "...",
    "created" : "...",
    "actor" : "..."
  }, {
    "entityClass" : "...",
    "id" : 12345,
    "fieldName" : "...",
    "code" : "...",
    "changeOrigin" : "...",
    "auditable" : {
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "updater" : "..."
    },
    "auditableField" : [ { }, { } ],
    "description" : "...",
    "originName" : "...",
    "updatedCode" : "...",
    "previousState" : "...",
    "currentState" : "...",
    "created" : "...",
    "actor" : "..."
  } ],
  "id" : 12345,
  "dueDate" : 12345,
  "type" : "...",
  "transactionDate" : 12345,
  "transactionCategory" : "CREDIT",
  "reference" : "...",
  "accountingCode" : "...",
  "amount" : 12345.0,
  "amountWithoutTax" : 12345.0,
  "taxAmount" : 12345.0,
  "matchingAmount" : 12345.0,
  "unMatchingAmount" : 12345.0,
  "matchingStatus" : "O",
  "code" : "...",
  "description" : "...",
  "customerAccount" : "...",
  "excludedFromDunning" : true,
  "orderNumber" : "...",
  "matchingAmounts" : {
    "matchingAmount" : [ {
      "matchingCode" : "...",
      "matchingAmount" : 12345.0,
      "matchingCodes" : { },
      "auditable" : { },
      "auditableField" : [ { }, { } ]
    }, {
      "matchingCode" : "...",
      "matchingAmount" : 12345.0,
      "matchingCodes" : { },
      "auditable" : { },
      "auditableField" : [ { }, { } ]
    } ]
  },
  "otherCreditAndCharge" : {
    "operationDate" : 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" : "..."
    } ],
    "id" : 12345,
    "dueDate" : 12345,
    "type" : "...",
    "transactionDate" : 12345,
    "transactionCategory" : "DEBIT",
    "reference" : "...",
    "accountingCode" : "...",
    "amount" : 12345.0,
    "amountWithoutTax" : 12345.0,
    "taxAmount" : 12345.0,
    "matchingAmount" : 12345.0,
    "unMatchingAmount" : 12345.0,
    "matchingStatus" : "I",
    "code" : "...",
    "description" : "...",
    "customerAccount" : "...",
    "excludedFromDunning" : true,
    "orderNumber" : "...",
    "matchingAmounts" : {
      "matchingAmount" : [ { }, { } ]
    },
    "otherCreditAndCharge" : { },
    "recordedInvoice" : {
      "productionDate" : 12345,
      "invoiceDate" : 12345,
      "netToPay" : 12345.0,
      "auditable" : { },
      "auditableField" : [ { }, { } ],
      "id" : 12345,
      "dueDate" : 12345,
      "type" : "...",
      "transactionDate" : 12345,
      "transactionCategory" : "DEBIT",
      "reference" : "...",
      "accountingCode" : "...",
      "amount" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "taxAmount" : 12345.0,
      "matchingAmount" : 12345.0,
      "unMatchingAmount" : 12345.0,
      "matchingStatus" : "C",
      "code" : "...",
      "description" : "...",
      "customerAccount" : "...",
      "excludedFromDunning" : true,
      "orderNumber" : "...",
      "matchingAmounts" : { },
      "otherCreditAndCharge" : { },
      "recordedInvoice" : { },
      "rejectedPayment" : { },
      "bankLot" : "...",
      "bankReference" : "...",
      "bankCollectionDate" : 12345,
      "depositDate" : 12345,
      "paymentMethod" : "...",
      "customFields" : { },
      "paymentInfo" : "...",
      "paymentInfo1" : "...",
      "paymentInfo2" : "...",
      "paymentInfo3" : "...",
      "paymentInfo4" : "...",
      "paymentInfo5" : "...",
      "paymentInfo6" : "...",
      "billingAccountName" : "..."
    },
    "rejectedPayment" : {
      "rejectedType" : "A",
      "rejectedDate" : 12345,
      "rejectedDescription" : "...",
      "auditable" : { },
      "rejectedCode" : "...",
      "auditableField" : [ { }, { } ],
      "id" : 12345,
      "dueDate" : 12345,
      "type" : "...",
      "transactionDate" : 12345,
      "transactionCategory" : "CREDIT",
      "reference" : "...",
      "accountingCode" : "...",
      "amount" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "taxAmount" : 12345.0,
      "matchingAmount" : 12345.0,
      "unMatchingAmount" : 12345.0,
      "matchingStatus" : "P",
      "code" : "...",
      "description" : "...",
      "customerAccount" : "...",
      "excludedFromDunning" : true,
      "orderNumber" : "...",
      "matchingAmounts" : { },
      "otherCreditAndCharge" : { },
      "recordedInvoice" : { },
      "rejectedPayment" : { },
      "bankLot" : "...",
      "bankReference" : "...",
      "bankCollectionDate" : 12345,
      "depositDate" : 12345,
      "paymentMethod" : "...",
      "customFields" : { },
      "paymentInfo" : "...",
      "paymentInfo1" : "...",
      "paymentInfo2" : "...",
      "paymentInfo3" : "...",
      "paymentInfo4" : "...",
      "paymentInfo5" : "...",
      "paymentInfo6" : "...",
      "billingAccountName" : "..."
    },
    "bankLot" : "...",
    "bankReference" : "...",
    "bankCollectionDate" : 12345,
    "depositDate" : 12345,
    "paymentMethod" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "paymentInfo" : "...",
    "paymentInfo1" : "...",
    "paymentInfo2" : "...",
    "paymentInfo3" : "...",
    "paymentInfo4" : "...",
    "paymentInfo5" : "...",
    "paymentInfo6" : "...",
    "billingAccountName" : "..."
  },
  "recordedInvoice" : {
    "productionDate" : 12345,
    "invoiceDate" : 12345,
    "netToPay" : 12345.0,
    "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" : "..."
    } ],
    "id" : 12345,
    "dueDate" : 12345,
    "type" : "...",
    "transactionDate" : 12345,
    "transactionCategory" : "CREDIT",
    "reference" : "...",
    "accountingCode" : "...",
    "amount" : 12345.0,
    "amountWithoutTax" : 12345.0,
    "taxAmount" : 12345.0,
    "matchingAmount" : 12345.0,
    "unMatchingAmount" : 12345.0,
    "matchingStatus" : "I",
    "code" : "...",
    "description" : "...",
    "customerAccount" : "...",
    "excludedFromDunning" : true,
    "orderNumber" : "...",
    "matchingAmounts" : {
      "matchingAmount" : [ { }, { } ]
    },
    "otherCreditAndCharge" : {
      "operationDate" : 12345,
      "auditable" : { },
      "auditableField" : [ { }, { } ],
      "id" : 12345,
      "dueDate" : 12345,
      "type" : "...",
      "transactionDate" : 12345,
      "transactionCategory" : "DEBIT",
      "reference" : "...",
      "accountingCode" : "...",
      "amount" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "taxAmount" : 12345.0,
      "matchingAmount" : 12345.0,
      "unMatchingAmount" : 12345.0,
      "matchingStatus" : "O",
      "code" : "...",
      "description" : "...",
      "customerAccount" : "...",
      "excludedFromDunning" : true,
      "orderNumber" : "...",
      "matchingAmounts" : { },
      "otherCreditAndCharge" : { },
      "recordedInvoice" : { },
      "rejectedPayment" : { },
      "bankLot" : "...",
      "bankReference" : "...",
      "bankCollectionDate" : 12345,
      "depositDate" : 12345,
      "paymentMethod" : "...",
      "customFields" : { },
      "paymentInfo" : "...",
      "paymentInfo1" : "...",
      "paymentInfo2" : "...",
      "paymentInfo3" : "...",
      "paymentInfo4" : "...",
      "paymentInfo5" : "...",
      "paymentInfo6" : "...",
      "billingAccountName" : "..."
    },
    "recordedInvoice" : { },
    "rejectedPayment" : {
      "rejectedType" : "M",
      "rejectedDate" : 12345,
      "rejectedDescription" : "...",
      "auditable" : { },
      "rejectedCode" : "...",
      "auditableField" : [ { }, { } ],
      "id" : 12345,
      "dueDate" : 12345,
      "type" : "...",
      "transactionDate" : 12345,
      "transactionCategory" : "CREDIT",
      "reference" : "...",
      "accountingCode" : "...",
      "amount" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "taxAmount" : 12345.0,
      "matchingAmount" : 12345.0,
      "unMatchingAmount" : 12345.0,
      "matchingStatus" : "I",
      "code" : "...",
      "description" : "...",
      "customerAccount" : "...",
      "excludedFromDunning" : true,
      "orderNumber" : "...",
      "matchingAmounts" : { },
      "otherCreditAndCharge" : { },
      "recordedInvoice" : { },
      "rejectedPayment" : { },
      "bankLot" : "...",
      "bankReference" : "...",
      "bankCollectionDate" : 12345,
      "depositDate" : 12345,
      "paymentMethod" : "...",
      "customFields" : { },
      "paymentInfo" : "...",
      "paymentInfo1" : "...",
      "paymentInfo2" : "...",
      "paymentInfo3" : "...",
      "paymentInfo4" : "...",
      "paymentInfo5" : "...",
      "paymentInfo6" : "...",
      "billingAccountName" : "..."
    },
    "bankLot" : "...",
    "bankReference" : "...",
    "bankCollectionDate" : 12345,
    "depositDate" : 12345,
    "paymentMethod" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "paymentInfo" : "...",
    "paymentInfo1" : "...",
    "paymentInfo2" : "...",
    "paymentInfo3" : "...",
    "paymentInfo4" : "...",
    "paymentInfo5" : "...",
    "paymentInfo6" : "...",
    "billingAccountName" : "..."
  },
  "rejectedPayment" : {
    "rejectedType" : "A",
    "rejectedDate" : 12345,
    "rejectedDescription" : "...",
    "auditable" : {
      "created" : 12345,
      "updated" : 12345,
      "creator" : "...",
      "updater" : "..."
    },
    "rejectedCode" : "...",
    "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" : "..."
    } ],
    "id" : 12345,
    "dueDate" : 12345,
    "type" : "...",
    "transactionDate" : 12345,
    "transactionCategory" : "DEBIT",
    "reference" : "...",
    "accountingCode" : "...",
    "amount" : 12345.0,
    "amountWithoutTax" : 12345.0,
    "taxAmount" : 12345.0,
    "matchingAmount" : 12345.0,
    "unMatchingAmount" : 12345.0,
    "matchingStatus" : "I",
    "code" : "...",
    "description" : "...",
    "customerAccount" : "...",
    "excludedFromDunning" : true,
    "orderNumber" : "...",
    "matchingAmounts" : {
      "matchingAmount" : [ { }, { } ]
    },
    "otherCreditAndCharge" : {
      "operationDate" : 12345,
      "auditable" : { },
      "auditableField" : [ { }, { } ],
      "id" : 12345,
      "dueDate" : 12345,
      "type" : "...",
      "transactionDate" : 12345,
      "transactionCategory" : "DEBIT",
      "reference" : "...",
      "accountingCode" : "...",
      "amount" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "taxAmount" : 12345.0,
      "matchingAmount" : 12345.0,
      "unMatchingAmount" : 12345.0,
      "matchingStatus" : "L",
      "code" : "...",
      "description" : "...",
      "customerAccount" : "...",
      "excludedFromDunning" : true,
      "orderNumber" : "...",
      "matchingAmounts" : { },
      "otherCreditAndCharge" : { },
      "recordedInvoice" : { },
      "rejectedPayment" : { },
      "bankLot" : "...",
      "bankReference" : "...",
      "bankCollectionDate" : 12345,
      "depositDate" : 12345,
      "paymentMethod" : "...",
      "customFields" : { },
      "paymentInfo" : "...",
      "paymentInfo1" : "...",
      "paymentInfo2" : "...",
      "paymentInfo3" : "...",
      "paymentInfo4" : "...",
      "paymentInfo5" : "...",
      "paymentInfo6" : "...",
      "billingAccountName" : "..."
    },
    "recordedInvoice" : {
      "productionDate" : 12345,
      "invoiceDate" : 12345,
      "netToPay" : 12345.0,
      "auditable" : { },
      "auditableField" : [ { }, { } ],
      "id" : 12345,
      "dueDate" : 12345,
      "type" : "...",
      "transactionDate" : 12345,
      "transactionCategory" : "CREDIT",
      "reference" : "...",
      "accountingCode" : "...",
      "amount" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "taxAmount" : 12345.0,
      "matchingAmount" : 12345.0,
      "unMatchingAmount" : 12345.0,
      "matchingStatus" : "P",
      "code" : "...",
      "description" : "...",
      "customerAccount" : "...",
      "excludedFromDunning" : true,
      "orderNumber" : "...",
      "matchingAmounts" : { },
      "otherCreditAndCharge" : { },
      "recordedInvoice" : { },
      "rejectedPayment" : { },
      "bankLot" : "...",
      "bankReference" : "...",
      "bankCollectionDate" : 12345,
      "depositDate" : 12345,
      "paymentMethod" : "...",
      "customFields" : { },
      "paymentInfo" : "...",
      "paymentInfo1" : "...",
      "paymentInfo2" : "...",
      "paymentInfo3" : "...",
      "paymentInfo4" : "...",
      "paymentInfo5" : "...",
      "paymentInfo6" : "...",
      "billingAccountName" : "..."
    },
    "rejectedPayment" : { },
    "bankLot" : "...",
    "bankReference" : "...",
    "bankCollectionDate" : 12345,
    "depositDate" : 12345,
    "paymentMethod" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "paymentInfo" : "...",
    "paymentInfo1" : "...",
    "paymentInfo2" : "...",
    "paymentInfo3" : "...",
    "paymentInfo4" : "...",
    "paymentInfo5" : "...",
    "paymentInfo6" : "...",
    "billingAccountName" : "..."
  },
  "bankLot" : "...",
  "bankReference" : "...",
  "bankCollectionDate" : 12345,
  "depositDate" : 12345,
  "paymentMethod" : "...",
  "customFields" : {
    "customField" : [ {
      "code" : "...",
      "description" : "...",
      "fieldType" : "DOUBLE",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "INDEX_NOT_ANALYZE",
      "fileValue" : "...",
      "formattedValue" : { },
      "guiPosition" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "fieldType" : "LIST",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "INDEX",
      "fileValue" : "...",
      "formattedValue" : { },
      "guiPosition" : "..."
    } ],
    "inheritedCustomField" : [ {
      "code" : "...",
      "description" : "...",
      "fieldType" : "CHILD_ENTITY",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "INDEX_NOT_ANALYZE",
      "fileValue" : "...",
      "formattedValue" : { },
      "guiPosition" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "fieldType" : "DATE",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY",
      "fileValue" : "...",
      "formattedValue" : { },
      "guiPosition" : "..."
    } ]
  },
  "paymentInfo" : "...",
  "paymentInfo1" : "...",
  "paymentInfo2" : "...",
  "paymentInfo3" : "...",
  "paymentInfo4" : "...",
  "paymentInfo5" : "...",
  "paymentInfo6" : "...",
  "billingAccountName" : "..."
}