Intuit · JSON Structure

Quickbooks Accounting Invoice Line Structure

Type: object Properties: 6
AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

InvoiceLine is a JSON Structure definition published by Intuit, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Id LineNum Description Amount DetailType LinkedTxn

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "InvoiceLine",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "LineNum": {
      "type": "integer"
    },
    "Description": {
      "type": "string"
    },
    "Amount": {
      "type": "number"
    },
    "DetailType": {
      "type": "string"
    },
    "LinkedTxn": {
      "type": "array"
    }
  }
}