QuickbooksCustomer constructor
QuickbooksCustomer({
- String? id,
- String? syncToken,
- String? displayName,
- String? title,
- String? givenName,
- String? middleName,
- String? suffix,
- String? familyName,
- QuickbooksEmailAddress? primaryEmailAddr,
- String? resaleNum,
- String? secondaryTaxIdentifier,
- QuickbooksReferenceType? ARAccountRef,
- QuickbooksReferenceType? defaultTaxCodeRef,
- String? preferredDeliveryMethod,
- String? GSTIN,
- QuickbooksReferenceType? salesTermRef,
- String? customerTypeRef,
- QuickbooksPhoneNumber? fax,
- String? businessNumber,
- bool? billWithParent,
- QuickbooksReferenceType? currencyRef,
- QuickbooksPhoneNumber? mobile,
- bool? job,
- double? balanceWithJobs,
- QuickbooksPhoneNumber? primaryPhone,
- DateTime? openBalanceDate,
- bool? taxable,
- QuickbooksPhoneNumber? alternatePhone,
- Map<
String, dynamic> ? metaData, - QuickbooksReferenceType? parentRef,
- String? notes,
- QuickbooksWebAddress? webAddr,
- bool? active,
- String? companyName,
- double? balance,
- QuickbooksPhysicalAddress? shipAddr,
- QuickbooksReferenceType? paymentMethodRef,
- bool? isProject,
- String? source,
- String? primaryTaxIdentifier,
- String? GSTRegistrationType,
- String? printOnCheckName,
- QuickbooksPhysicalAddress? billAddr,
- String? fullyQualifiedName,
- int? level,
- String? taxExemptionReasonId,
Implementation
QuickbooksCustomer({
this.id,
this.syncToken,
this.displayName,
this.title,
this.givenName,
this.middleName,
this.suffix,
this.familyName,
this.primaryEmailAddr,
this.resaleNum,
this.secondaryTaxIdentifier,
this.ARAccountRef,
this.defaultTaxCodeRef,
this.preferredDeliveryMethod,
this.GSTIN,
this.salesTermRef,
this.customerTypeRef,
this.fax,
this.businessNumber,
this.billWithParent,
this.currencyRef,
this.mobile,
this.job,
this.balanceWithJobs,
this.primaryPhone,
this.openBalanceDate,
this.taxable,
this.alternatePhone,
this.metaData,
this.parentRef,
this.notes,
this.webAddr,
this.active,
this.companyName,
this.balance,
this.shipAddr,
this.paymentMethodRef,
this.isProject,
this.source,
this.primaryTaxIdentifier,
this.GSTRegistrationType,
this.printOnCheckName,
this.billAddr,
this.fullyQualifiedName,
this.level,
this.taxExemptionReasonId,
});