3declare(strict_types=1);
65 private $customerGroup;
107 private $recurrencePolicy;
153 return $this->value instanceof
MoneyBuilder ? $this->value->
build() : $this->value;
164 return $this->country;
197 return $this->validFrom;
208 return $this->validUntil;
275 return $this->active;
306 $this->value = $value;
317 $this->country = $country;
328 $this->customerGroup = $customerGroup;
339 $this->channel = $channel;
350 $this->validFrom = $validFrom;
361 $this->validUntil = $validUntil;
372 $this->tiers = $tiers;
383 $this->discounted = $discounted;
394 $this->custom = $custom;
405 $this->recurrencePolicy = $recurrencePolicy;
416 $this->staged = $staged;
427 $this->active = $active;
438 $this->value = $value;
449 $this->customerGroup = $customerGroup;
460 $this->channel = $channel;
471 $this->discounted = $discounted;
482 $this->custom = $custom;
493 $this->recurrencePolicy = $recurrencePolicy;
504 $this->staged = $staged;