QueryResponse constructor
QueryResponse({
- List<
Account> ? account, - List<
CompanyInfo> ? companyInfo, - List<
Bill> ? bill, - List<
Customer> ? customer, - List<
Employee> ? employee, - List<
Estimate> ? estimate, - List<
Invoice> ? invoice, - List<
Item> ? item, - List<
Payment> ? payment, - List<
Preferences> ? preferences, - List<
TaxAgency> ? taxAgency, - List<
Vendor> ? vendor, - int? maxResults,
- int? startPosition,
Implementation
QueryResponse({
this.account,
this.companyInfo,
this.bill,
this.customer,
this.employee,
this.estimate,
this.invoice,
this.item,
this.payment,
this.preferences,
this.taxAgency,
this.vendor,
this.maxResults,
this.startPosition
});