3 declare(strict_types=1);
57 private $distributionChannels;
63 private $supplyChannels;
69 private $productSelections;
108 return $this->languages;
119 return $this->countries;
130 return $this->distributionChannels;
141 return $this->supplyChannels;
158 return $this->productSelections;
200 $this->languages = $languages;
211 $this->countries = $countries;
222 $this->distributionChannels = $distributionChannels;
233 $this->supplyChannels = $supplyChannels;
244 $this->productSelections = $productSelections;
255 $this->custom = $custom;
277 $this->custom = $custom;
289 $this->distributionChannels,
290 $this->supplyChannels,
291 $this->productSelections,