QuickbooksCompanyInfo constructor
QuickbooksCompanyInfo({
- String? id,
- String? companyName,
- String? legalName,
- QuickbooksPhysicalAddress? companyAddr,
- QuickbooksPhysicalAddress? customerCommunicationAddr,
- QuickbooksPhysicalAddress? legalAddr,
- QuickbooksEmailAddress? customerCommunicationEmailAddr,
- QuickbooksPhoneNumber? primaryPhone,
- DateTime? companyStartDate,
- String? fiscalYearStartMonth,
- String? country,
- QuickbooksEmailAddress? email,
- QuickbooksWebAddress? webAddr,
- String? supportedLanguages,
- List<
QuickbooksReferenceType> ? nameValue, - String? domain,
- bool? sparse,
- String? syncToken,
- 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,
});