3declare(strict_types=1);
65 private $customerGroup;
144 return $this->country;
179 return $this->validFrom;
190 return $this->validUntil;
223 return $this->custom instanceof
CustomBuilder ? $this->custom->
build() : $this->custom;
254 $this->value = $value;
265 $this->country = $country;
276 $this->customerGroup = $customerGroup;
287 $this->channel = $channel;
298 $this->validFrom = $validFrom;
309 $this->validUntil = $validUntil;
320 $this->tiers = $tiers;
331 $this->discounted = $discounted;
342 $this->custom = $custom;
353 $this->value = $value;
364 $this->customerGroup = $customerGroup;
375 $this->channel = $channel;
386 $this->discounted = $discounted;
397 $this->custom = $custom;