QuickbooksCompanyInfo constructor

QuickbooksCompanyInfo({
  1. String? id,
  2. String? companyName,
  3. String? legalName,
  4. QuickbooksPhysicalAddress? companyAddr,
  5. QuickbooksPhysicalAddress? customerCommunicationAddr,
  6. QuickbooksPhysicalAddress? legalAddr,
  7. QuickbooksEmailAddress? customerCommunicationEmailAddr,
  8. QuickbooksPhoneNumber? primaryPhone,
  9. DateTime? companyStartDate,
  10. String? fiscalYearStartMonth,
  11. String? country,
  12. QuickbooksEmailAddress? email,
  13. QuickbooksWebAddress? webAddr,
  14. String? supportedLanguages,
  15. List<QuickbooksReferenceType>? nameValue,
  16. String? domain,
  17. bool? sparse,
  18. String? syncToken,
  19. Map<String, dynamic>? metaData,
})

Implementation

QuickbooksCompanyInfo({
  this.id,
  this.companyName,
  this.legalName,
  this.companyAddr,
  this.customerCommunicationAddr,
  this.legalAddr,
  this.customerCommunicationEmailAddr,
  this.primaryPhone,
  this.companyStartDate,
  this.fiscalYearStartMonth,
  this.country,
  this.email,
  this.webAddr,
  this.supportedLanguages,
  this.nameValue,
  this.domain,
  this.sparse,
  this.syncToken,
  this.metaData,
});