SellerDetails constructor
SellerDetails({
- int? id,
- dynamic firstName,
- dynamic lastName,
- String? name,
- dynamic email,
- dynamic address,
- dynamic addressLine1,
- dynamic addressLine2,
- dynamic addressLine3,
- dynamic contactNumber,
- dynamic customerType,
- dynamic accountId,
- dynamic profileId,
- dynamic serviceId,
- dynamic customerTypeId,
- dynamic customerTypeValue,
- dynamic customerCategoryId,
- dynamic customerCategoryValue,
- dynamic customerSubCategoryId,
- dynamic customerSubCategoryValue,
- String? partnerId,
- String? status,
- dynamic customerCode,
- dynamic customerTin,
- dynamic customerTradeName,
Implementation
SellerDetails({
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.customerTradeName,
});