PartnerCustomerGetResponse constructor
PartnerCustomerGetResponse({
- PartnerEndCustomer? endCustomer,
- String? requestId,
Implementation
PartnerCustomerGetResponse({
this.endCustomer,
this.requestId,
});