3declare(strict_types=1);
63 private $customerGroup;
145 return $this->value instanceof
MoneyBuilder ? $this->value->
build() : $this->value;
156 return $this->country;
189 return $this->validFrom;
200 return $this->validUntil;
256 return $this->active;
287 $this->value = $value;
298 $this->country = $country;
309 $this->customerGroup = $customerGroup;
320 $this->channel = $channel;
331 $this->validFrom = $validFrom;
342 $this->validUntil = $validUntil;
353 $this->tiers = $tiers;
364 $this->discounted = $discounted;
375 $this->custom = $custom;
386 $this->staged = $staged;
397 $this->active = $active;
408 $this->value = $value;
419 $this->customerGroup = $customerGroup;
430 $this->channel = $channel;
441 $this->discounted = $discounted;
452 $this->custom = $custom;
463 $this->staged = $staged;