3 declare(strict_types=1);
47 private $customTypeId;
53 private $previousValue;
100 return $this->customTypeId;
111 return $this->previousValue;
122 return $this->nextValue;
131 $this->change = $change;
142 $this->address = $address;
164 $this->customTypeId = $customTypeId;
175 $this->previousValue = $previousValue;
186 $this->nextValue = $nextValue;
197 $this->address = $address;
209 $this->previousValue,
withNextValue( $nextValue)
withChange(?string $change)
withCustomTypeId(?string $customTypeId)
withPreviousValue( $previousValue)
withAddressBuilder(?AddressBuilder $address)
withAddress(?Address $address)