3declare(strict_types=1);
52 private $customerGroup;
110 return $this->value instanceof
MoneyBuilder ? $this->value->
build() : $this->value;
121 return $this->country;
154 return $this->validFrom;
165 return $this->validUntil;
226 $this->value = $value;
237 $this->country = $country;
248 $this->customerGroup = $customerGroup;
259 $this->channel = $channel;
270 $this->validFrom = $validFrom;
281 $this->validUntil = $validUntil;
292 $this->discounted = $discounted;
303 $this->tiers = $tiers;
314 $this->custom = $custom;
325 $this->value = $value;
336 $this->customerGroup = $customerGroup;
347 $this->channel = $channel;
358 $this->discounted = $discounted;
369 $this->custom = $custom;