UNPKG

quickbooks-api

Version:

A modular TypeScript SDK for seamless integration with Intuit QuickBooks APIs. Provides robust authentication handling and future-ready foundation for accounting, payments, and commerce operations.

10 lines (9 loc) 243 B
// Telephone Number Interface export interface TelephoneNumber { /** * Free-form telephone number (max 30 chars) * @description Specifies the telephone number in free form * @example "+1 (555) 123-4567" */ FreeFormNumber?: string; }