commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
AddProductSelectionChange.php
1 <?php
2 
3 declare(strict_types=1);
10 
14 
16 {
17 
18  public const FIELD_PREVIOUS_VALUE = 'previousValue';
19  public const FIELD_NEXT_VALUE = 'nextValue';
20 
25  public function getType();
26 
31  public function getChange();
32 
37  public function getPreviousValue();
38 
43  public function getNextValue();
44 
48  public function setChange(?string $change): void;
49 
53  public function setPreviousValue(?ProductSelectionSetting $previousValue): void;
54 
58  public function setNextValue(?ProductSelectionSetting $nextValue): void;
59 }
setPreviousValue(?ProductSelectionSetting $previousValue)