PartnerEndCustomer constructor

PartnerEndCustomer({
  1. String? clientId,
  2. String? companyName,
  3. PartnerEndCustomerStatus? status,
})

Implementation

PartnerEndCustomer({
  this.clientId,
  this.companyName,
  this.status,
});