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