Intuit · JSON Structure

Quickbooks Accounting Payment Structure

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

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

Properties

Id SyncToken TxnDate TotalAmt PaymentRefNum ExchangeRate Line PrivateNote UnappliedAmt ProcessPayment TxnSource domain sparse

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Payment",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "SyncToken": {
      "type": "string"
    },
    "TxnDate": {
      "type": "string"
    },
    "TotalAmt": {
      "type": "number"
    },
    "PaymentRefNum": {
      "type": "string"
    },
    "ExchangeRate": {
      "type": "number"
    },
    "Line": {
      "type": "array"
    },
    "PrivateNote": {
      "type": "string"
    },
    "UnappliedAmt": {
      "type": "number"
    },
    "ProcessPayment": {
      "type": "boolean"
    },
    "TxnSource": {
      "type": "string"
    },
    "domain": {
      "type": "string"
    },
    "sparse": {
      "type": "boolean"
    }
  }
}