PartnerCustomerGetResponse constructor

PartnerCustomerGetResponse({
  1. PartnerEndCustomer? endCustomer,
  2. String? requestId,
})

Implementation

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