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->previousValue)) {
114 $data = $this->
raw(self::FIELD_PREVIOUS_VALUE);
115 if (is_null($data)) {
118 $this->previousValue = $data;
132 if (is_null($this->nextValue)) {
134 $data = $this->
raw(self::FIELD_NEXT_VALUE);
135 if (is_null($data)) {
138 $this->nextValue = $data;
152 $data = $this->
raw(self::FIELD_PREVIOUS_VALUE);
153 if (is_null($data)) {
168 $data = $this->
raw(self::FIELD_PREVIOUS_VALUE);
169 if (is_null($data)) {
184 $data = $this->
raw(self::FIELD_NEXT_VALUE);
185 if (is_null($data)) {
200 $data = $this->
raw(self::FIELD_NEXT_VALUE);
201 if (is_null($data)) {
getNextValueAsSetCartScoreShippingRateInputValue()
getPreviousValueAsSetCartScoreShippingRateInputValue()
getPreviousValueAsSetCartClassificationShippingRateInputValue()
getNextValueAsSetCartClassificationShippingRateInputValue()
setPreviousValue(?JsonObject $previousValue)
setNextValue(?JsonObject $nextValue)
setChange(?string $change)
__construct(?string $change=null, ?JsonObject $previousValue=null, ?JsonObject $nextValue=null, ?string $type=null)
const DISCRIMINATOR_VALUE