3declare(strict_types=1);
75 private $customerGroup;
111 private $productVariant;
149 return $this->country;
160 return $this->validFrom;
171 return $this->validUntil;
218 return $this->staged;
240 return $this->custom instanceof
CustomBuilder ? $this->custom->
build() : $this->custom;
282 $this->value = $value;
293 $this->country = $country;
304 $this->validFrom = $validFrom;
315 $this->validUntil = $validUntil;
326 $this->customerGroup = $customerGroup;
337 $this->channel = $channel;
348 $this->discounted = $discounted;
359 $this->staged = $staged;
370 $this->tiers = $tiers;
381 $this->custom = $custom;
392 $this->productVariant = $productVariant;
403 $this->product = $product;
414 $this->value = $value;
425 $this->customerGroup = $customerGroup;
436 $this->channel = $channel;
447 $this->discounted = $discounted;
458 $this->custom = $custom;
469 $this->productVariant = $productVariant;
480 $this->product = $product;