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.
96 lines (95 loc) • 2.31 kB
text/typescript
import { CompanyInfo } from "../../src/app";
export const mockCompanyInfoData: CompanyInfo = {
SyncToken: "4",
domain: "QBO",
LegalAddr: {
City: "Mountain View",
Country: "US",
Line1: "2500 Garcia Ave",
PostalCode: "94043",
CountrySubDivisionCode: "CA",
Id: "1"
},
SupportedLanguages: "en",
CompanyName: "Larry's Bakery",
Country: "US",
CompanyAddr: {
City: "Mountain View",
Country: "US",
Line1: "2500 Garcia Ave",
PostalCode: "94043",
CountrySubDivisionCode: "CA",
Id: "1"
},
sparse: false,
Id: "1",
WebAddr: {},
FiscalYearStartMonth: "January",
CustomerCommunicationAddr: {
City: "Mountain View",
Country: "US",
Line1: "2500 Garcia Ave",
PostalCode: "94043",
CountrySubDivisionCode: "CA",
Id: "1"
},
PrimaryPhone: {
FreeFormNumber: "(650)944-4444"
},
LegalName: "Larry's Bakery",
CompanyStartDate: "2015-06-05",
EmployerId: "123456789",
Email: {
Address: "donotreply@intuit.com"
},
NameValue: [
{
Name: "NeoEnabled",
Value: "true"
},
{
Name: "IndustryType",
Value: "Bread and Bakery Product Manufacturing"
},
{
Name: "IndustryCode",
Value: "31181"
},
{
Name: "SubscriptionStatus",
Value: "PAID"
},
{
Name: "OfferingSku",
Value: "QuickBooks Online Plus"
},
{
Name: "PayrollFeature",
Value: "true"
},
{
Name: "AccountantFeature",
Value: "false"
},
{
Name: "IsQbdtMigrated",
Value: "true"
},
{
Name: "MigrationDate",
Value: "2024-09-14T01:47:34-07:00"
},
{
Name: "QBOIndustryType",
Value: "Manufacturing Businesses"
},
{
Name: "AssignedTime",
Value: "2024-09-14T01:47:34-07:00"
}
],
MetaData: {
CreateTime: "2015-06-05T13:55:54-07:00",
LastUpdatedTime: "2015-07-06T08:51:50-07:00"
}
}