CustomerDetails constructor
CustomerDetails({
- int? id,
- String? firstName,
- String? lastName,
- String? name,
- String? email,
- String? address,
- String? addressLine1,
- String? addressLine2,
- String? addressLine3,
- String? contactNumber,
- String? customerType,
- String? accountId,
- String? profileId,
- String? serviceId,
- String? customerTypeId,
- String? customerTypeValue,
- String? customerCategoryId,
- String? customerCategoryValue,
- String? customerSubCategoryId,
- String? customerSubCategoryValue,
- String? partnerId,
- String? status,
- String? customerCode,
- String? customerTin,
- String? displayName,
Implementation
CustomerDetails(
{this.id,
this.firstName,
this.lastName,
this.name,
this.email,
this.address,
this.addressLine1,
this.addressLine2,
this.addressLine3,
this.contactNumber,
this.customerType,
this.accountId,
this.profileId,
this.serviceId,
this.customerTypeId,
this.customerTypeValue,
this.customerCategoryId,
this.customerCategoryValue,
this.customerSubCategoryId,
this.customerSubCategoryValue,
this.partnerId,
this.status,
this.customerCode,
this.customerTin,
this.displayName});