SaleCustomerDetails constructor

SaleCustomerDetails({
  1. String? createdByUserName,
  2. String? updatedByUserName,
  3. String? createdBy,
  4. String? createdDate,
  5. String? updatedBy,
  6. String? updatedDate,
  7. int? id,
  8. String? firstName,
  9. String? lastName,
  10. String? name,
  11. String? email,
  12. String? address,
  13. String? addressLine1,
  14. String? addressLine2,
  15. String? addressLine3,
  16. String? contactNumber,
  17. String? customerType,
  18. String? accountId,
  19. String? profileId,
  20. String? serviceId,
  21. String? customerTypeId,
  22. String? customerTypeValue,
  23. String? customerCategoryId,
  24. String? customerCategoryValue,
  25. String? customerSubCategoryId,
  26. String? customerSubCategoryValue,
  27. String? partnerId,
  28. String? status,
  29. String? customerCode,
  30. String? customerTin,
  31. String? displayName,
  32. String? entityType,
})

Implementation

SaleCustomerDetails(
    {this.createdByUserName,
    this.updatedByUserName,
    this.createdBy,
    this.createdDate,
    this.updatedBy,
    this.updatedDate,
    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,
    this.entityType});