Customer constructor
Customer({
- String? id,
- WebSiteAddress? webAddr,
- TelephoneNumber? primaryPhone,
- String? companyName,
- String? syncToken,
- ReferenceType? salesTermRef,
- double? balance,
- ModificationMetaData? metaData,
- CurrencyRefType? currencyRef,
- String? fullyQualifiedName,
- ReferenceType? parentRef,
- bool? active,
- TelephoneNumber? alternatePhone,
- ReferenceType? aRAccountRef,
- double? balanceWithJobs,
- PhysicalAddress? billAddr,
- bool? billWithParent,
- String? businessNumber,
- String? customerTypeRef,
- ReferenceType? defaultTaxCodeRef,
- String? displayName,
- String? familyName,
- TelephoneNumber? fax,
- String? givenName,
- String? gSTIN,
- String? gSTRegistrationType,
- bool? isProject,
- bool? job,
- int? level,
- String? middleName,
- TelephoneNumber? mobile,
- String? notes,
- String? openBalanceDate,
- ReferenceType? paymentMethodRef,
- String? preferredDeliveryMethod,
- EmailAddress? primaryEmailAddr,
- String? primaryTaxIdentifier,
- String? printOnCheckName,
- String? resaleNum,
- String? secondaryTaxIdentifier,
- PhysicalAddress? shipAddr,
- String? source,
- String? suffix,
- bool? taxable,
- int? taxExemptionReasonId,
- String? title,
Implementation
Customer({
this.id, this.webAddr, this.primaryPhone, this.companyName,
this.syncToken, this.salesTermRef, this.balance, this.metaData,
this.currencyRef, this.fullyQualifiedName, this.parentRef,
this.active, this.alternatePhone, this.aRAccountRef,
this.balanceWithJobs, this.billAddr, this.billWithParent,
this.businessNumber, this.customerTypeRef, this.defaultTaxCodeRef,
this.displayName, this.familyName, this.fax,
this.givenName, this.gSTIN, this.gSTRegistrationType, this.isProject,
this.job, this.level, this.middleName, this.mobile,
this.notes, this.openBalanceDate, this.paymentMethodRef,
this.preferredDeliveryMethod, this.primaryEmailAddr, this.primaryTaxIdentifier,
this.printOnCheckName, this.resaleNum, this.secondaryTaxIdentifier,
this.shipAddr, this.source, this.suffix, this.taxable, this.taxExemptionReasonId,
this.title
});