commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
SetShippingRateInputChange.php
1<?php
2
3declare(strict_types=1);
10
15
17{
18
19 public const FIELD_PREVIOUS_VALUE = 'previousValue';
20 public const FIELD_NEXT_VALUE = 'nextValue';
21
26 public function getType();
27
32 public function getChange();
33
40 public function getPreviousValue();
41
48 public function getNextValue();
49
53 public function setChange(?string $change): void;
54
58 public function setPreviousValue(?JsonObject $previousValue): void;
59
63 public function setNextValue(?JsonObject $nextValue): void;
64}