Intuit · Schema

PaymentLine

A line item on a payment showing how it is applied

AccountingCustom FieldsFinancialFinancial-ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

Properties

Name Type Description
Amount number Amount to apply from this payment
LinkedTxn array
View JSON Schema on GitHub

JSON Schema

quickbooks-accounting-payment-line-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PaymentLine",
  "type": "object",
  "description": "A line item on a payment showing how it is applied",
  "properties": {
    "Amount": {
      "type": "number",
      "description": "Amount to apply from this payment"
    },
    "LinkedTxn": {
      "type": "array"
    }
  }
}