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