3declare(strict_types=1);
51 private $customerGroup;
114 return $this->country;
147 return $this->validFrom;
158 return $this->validUntil;
169 return $this->custom instanceof
CustomBuilder ? $this->custom->
build() : $this->custom;
211 $this->value = $value;
222 $this->country = $country;
233 $this->customerGroup = $customerGroup;
244 $this->channel = $channel;
255 $this->validFrom = $validFrom;
266 $this->validUntil = $validUntil;
277 $this->custom = $custom;
288 $this->discounted = $discounted;
299 $this->tiers = $tiers;
321 $this->value = $value;
332 $this->customerGroup = $customerGroup;
343 $this->channel = $channel;
354 $this->custom = $custom;
365 $this->discounted = $discounted;