3 declare(strict_types=1);
52 private $distributionChannels;
58 private $supplyChannels;
64 private $productSelections;
91 return $this->languages;
102 return $this->countries;
113 return $this->distributionChannels;
124 return $this->supplyChannels;
135 return $this->productSelections;
166 $this->languages = $languages;
177 $this->countries = $countries;
188 $this->distributionChannels = $distributionChannels;
199 $this->supplyChannels = $supplyChannels;
210 $this->productSelections = $productSelections;
221 $this->custom = $custom;
243 $this->custom = $custom;
254 $this->distributionChannels,
255 $this->supplyChannels,
256 $this->productSelections,