Intuit · Schema

TelephoneNumber

Telephone number

AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000

Properties

Name Type Description
FreeFormNumber string Telephone number in free-form format
View JSON Schema on GitHub

JSON Schema

quickbooks-accounting-telephone-number-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TelephoneNumber",
  "type": "object",
  "description": "Telephone number",
  "properties": {
    "FreeFormNumber": {
      "type": "string",
      "description": "Telephone number in free-form format"
    }
  }
}