PartnerEndCustomerWithSecrets constructor

PartnerEndCustomerWithSecrets({
  1. PartnerEndCustomerSecrets? secrets,
  2. String? clientId,
  3. String? companyName,
  4. PartnerEndCustomerStatus? status,
})

Implementation

PartnerEndCustomerWithSecrets({
  this.secrets,
  this.clientId,
  this.companyName,
  this.status,
});