ChannelToStoreLinkDetails constructor

ChannelToStoreLinkDetails({
  1. ChannelToStoreLinkDetailsBillingDetails? billingDetails,
  2. String? merchantId,
  3. String? storeName,
  4. String? storeUrl,
})

Implementation

ChannelToStoreLinkDetails({
  this.billingDetails,
  this.merchantId,
  this.storeName,
  this.storeUrl,
});