ChannelToStoreLinkDetails constructor

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

Implementation

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