Intuit · JSON Structure

Quickbooks Accounting Payment Line Structure

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

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

Properties

Amount LinkedTxn

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PaymentLine",
  "type": "object",
  "properties": {
    "Amount": {
      "type": "number"
    },
    "LinkedTxn": {
      "type": "array"
    }
  }
}