CompanyInfo constructor

CompanyInfo({
  1. String? id,
  2. String? syncToken,
  3. PhysicalAddress? companyAddr,
  4. String? companyName,
  5. String? companyStartDate,
  6. String? country,
  7. PhysicalAddress? customerCommunicationAddr,
  8. EmailAddress? email,
  9. String? fiscalYearStartMonth,
  10. PhysicalAddress? legalAddr,
  11. String? legalName,
  12. ModificationMetaData? metaData,
  13. List<NameValue>? pairs,
  14. TelephoneNumber? primaryPhone,
  15. String? supportedLanguages,
  16. WebSiteAddress? webAddr,
})

Implementation

CompanyInfo({
  this.id, this.syncToken, this.companyAddr, this.companyName,
  this.companyStartDate, this.country, this.customerCommunicationAddr,
  this.email, this.fiscalYearStartMonth, this.legalAddr, this.legalName,
  this.metaData, this.pairs, this.primaryPhone, this.supportedLanguages,
  this.webAddr
});