commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
ChangeAmountAuthorizedChange.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 
39  public function getPreviousValue();
40 
47  public function getNextValue();
48 
52  public function setChange(?string $change): void;
53 
57  public function setPreviousValue(?Money $previousValue): void;
58 
62  public function setNextValue(?Money $nextValue): void;
63 }