3 declare(strict_types=1);
22 use DateTimeImmutable;
52 private $customerGroup;
109 return $this->value instanceof
MoneyBuilder ? $this->value->
build() : $this->value;
120 return $this->country;
153 return $this->validFrom;
164 return $this->validUntil;
218 $this->value = $value;
229 $this->country = $country;
240 $this->customerGroup = $customerGroup;
251 $this->channel = $channel;
262 $this->validFrom = $validFrom;
273 $this->validUntil = $validUntil;
284 $this->discounted = $discounted;
295 $this->custom = $custom;
306 $this->tiers = $tiers;
317 $this->value = $value;
328 $this->customerGroup = $customerGroup;
339 $this->channel = $channel;
350 $this->discounted = $discounted;
361 $this->custom = $custom;