PartnerCustomerCreateResponse constructor
PartnerCustomerCreateResponse({
- PartnerEndCustomerWithSecrets? endCustomer,
- String? requestId,
Implementation
PartnerCustomerCreateResponse({
this.endCustomer,
this.requestId,
});