3 declare(strict_types=1);
66 return $this->nextValue instanceof
PriceBuilder ? $this->nextValue->
build() : $this->nextValue;
80 return $this->catalogData;
91 return $this->priceId;
100 $this->change = $change;
111 $this->nextValue = $nextValue;
122 $this->catalogData = $catalogData;
133 $this->priceId = $priceId;
144 $this->nextValue = $nextValue;
153 $this->nextValue instanceof
PriceBuilder ? $this->nextValue->
build() : $this->nextValue,
withNextValue(?Price $nextValue)
withChange(?string $change)
withCatalogData(?string $catalogData)
withPriceId(?string $priceId)
withNextValueBuilder(?PriceBuilder $nextValue)