PartnerEndCustomer constructor
PartnerEndCustomer({
- String? clientId,
- String? companyName,
- PartnerEndCustomerStatus? status,
Implementation
PartnerEndCustomer({
this.clientId,
this.companyName,
this.status,
});