3 declare(strict_types=1);
27 use DateTimeImmutable;
63 private $customerGroup;
144 return $this->value instanceof
MoneyBuilder ? $this->value->
build() : $this->value;
155 return $this->country;
188 return $this->validFrom;
199 return $this->validUntil;
255 return $this->active;
286 $this->value = $value;
297 $this->country = $country;
308 $this->customerGroup = $customerGroup;
319 $this->channel = $channel;
330 $this->validFrom = $validFrom;
341 $this->validUntil = $validUntil;
352 $this->tiers = $tiers;
363 $this->discounted = $discounted;
374 $this->custom = $custom;
385 $this->staged = $staged;
396 $this->active = $active;
407 $this->value = $value;
418 $this->customerGroup = $customerGroup;
429 $this->channel = $channel;
440 $this->discounted = $discounted;
451 $this->custom = $custom;
462 $this->staged = $staged;