PartnerCustomerCreateResponse constructor

PartnerCustomerCreateResponse({
  1. PartnerEndCustomerWithSecrets? endCustomer,
  2. String? requestId,
})

Implementation

PartnerCustomerCreateResponse({
  this.endCustomer,
  this.requestId,
});