3 declare(strict_types=1);
74 if (is_null($this->type)) {
76 $data = $this->
raw(self::FIELD_TYPE);
80 $this->type = (string) $data;
92 if (is_null($this->change)) {
94 $data = $this->
raw(self::FIELD_CHANGE);
98 $this->change = (string) $data;
112 if (is_null($this->nextValue)) {
114 $data = $this->
raw(self::FIELD_NEXT_VALUE);
115 if (is_null($data)) {
133 if (is_null($this->variantSelection)) {
135 $data = $this->
raw(self::FIELD_VARIANT_SELECTION);
136 if (is_null($data)) {
const DISCRIMINATOR_VALUE
setVariantSelection(?ProductVariantSelection $variantSelection)
setChange(?string $change)
__construct(?string $change=null, ?Reference $nextValue=null, ?ProductVariantSelection $variantSelection=null, ?string $type=null)
setNextValue(?Reference $nextValue)