Intuit · JSON Structure

Quickbooks Accounting Sales Item Line Detail Structure

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

SalesItemLineDetail 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

UnitPrice RatePercent Qty ServiceDate DiscountAmt DiscountRate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SalesItemLineDetail",
  "type": "object",
  "properties": {
    "UnitPrice": {
      "type": "number"
    },
    "RatePercent": {
      "type": "number"
    },
    "Qty": {
      "type": "number"
    },
    "ServiceDate": {
      "type": "string"
    },
    "DiscountAmt": {
      "type": "number"
    },
    "DiscountRate": {
      "type": "number"
    }
  }
}