3 declare(strict_types=1);
81 if (is_null($this->type)) {
83 $data = $this->
raw(self::FIELD_TYPE);
87 $this->type = (string) $data;
99 if (is_null($this->change)) {
101 $data = $this->
raw(self::FIELD_CHANGE);
102 if (is_null($data)) {
105 $this->change = (string) $data;
119 if (is_null($this->previousValue)) {
121 $data = $this->
raw(self::FIELD_PREVIOUS_VALUE);
122 if (is_null($data)) {
139 if (is_null($this->nextValue)) {
141 $data = $this->
raw(self::FIELD_NEXT_VALUE);
142 if (is_null($data)) {
159 if (is_null($this->parcel)) {
161 $data = $this->
raw(self::FIELD_PARCEL);
162 if (is_null($data)) {
setParcel(?ParcelChangeValue $parcel)
__construct(?string $change=null, ?DeliveryItemCollection $previousValue=null, ?DeliveryItemCollection $nextValue=null, ?ParcelChangeValue $parcel=null, ?string $type=null)
setChange(?string $change)
const DISCRIMINATOR_VALUE
setPreviousValue(?DeliveryItemCollection $previousValue)
setNextValue(?DeliveryItemCollection $nextValue)