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.

11 lines (10 loc) 183 B
/** * The Estimate Status Enum */ export enum EstimateStatus { Accepted = 'Accepted', Closed = 'Closed', Pending = 'Pending', Rejected = 'Rejected', Converted = 'Converted', }