ChannelToStoreLinkDetails constructor
ChannelToStoreLinkDetails({
- ChannelToStoreLinkDetailsBillingDetails? billingDetails,
- ChannelToStoreLinkDetailsMerchantAffiliateProgramDetails? merchantAffiliateProgramDetails,
- String? merchantId,
- String? storeName,
- String? storeUrl,
Implementation
ChannelToStoreLinkDetails({
this.billingDetails,
this.merchantAffiliateProgramDetails,
this.merchantId,
this.storeName,
this.storeUrl,
});