QuickbooksVendor constructor
QuickbooksVendor({
- String? id,
- String? syncToken,
- String? title,
- String? givenName,
- String? middleName,
- String? familyName,
- String? suffix,
- String? companyName,
- String? displayName,
- String? printOnCheckName,
- QuickbooksEmailAddress? primaryEmailAddr,
- QuickbooksContactInfos? otherContactInfo,
- QuickbooksReferenceType? apAccountRef,
- QuickbooksReferenceType? termRef,
- String? source,
- String? gstin,
- bool? t4aEligible,
- QuickbooksPhoneNumber? fax,
- String? businessNumber,
- QuickbooksReferenceType? currencyRef,
- bool? hasTPAR,
- String? taxReportingBasis,
- QuickbooksPhoneNumber? mobile,
- QuickbooksPhoneNumber? primaryPhone,
- bool? active,
- QuickbooksPhoneNumber? alternatePhone,
- Map<
String, dynamic> ? metaData, - bool? vendor1099,
- double? costRate,
- double? billRate,
- QuickbooksWebAddress? webAddr,
- bool? t5018Eligible,
- QuickbooksVendorPaymentBankDetail? vendorPaymentBankDetail,
- String? taxIdentifier,
- String? acctNum,
- String? gstRegistrationType,
- QuickbooksPhysicalAddress? billAddr,
- double? balance,
Implementation
QuickbooksVendor({
this.id,
this.syncToken,
this.title,
this.givenName,
this.middleName,
this.familyName,
this.suffix,
this.companyName,
this.displayName,
this.printOnCheckName,
this.primaryEmailAddr,
this.otherContactInfo,
this.apAccountRef,
this.termRef,
this.source,
this.gstin,
this.t4aEligible,
this.fax,
this.businessNumber,
this.currencyRef,
this.hasTPAR,
this.taxReportingBasis,
this.mobile,
this.primaryPhone,
this.active,
this.alternatePhone,
this.metaData,
this.vendor1099,
this.costRate,
this.billRate,
this.webAddr,
this.t5018Eligible,
this.vendorPaymentBankDetail,
this.taxIdentifier,
this.acctNum,
this.gstRegistrationType,
this.billAddr,
this.balance,
});