commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
StandalonePriceChangeValueAction.php
1<?php
2
3declare(strict_types=1);
10
14
16{
17 public const FIELD_VALUE = 'value';
18 public const FIELD_STAGED = 'staged';
19
27 public function getValue();
28
35 public function getStaged();
36
40 public function setValue(?Money $value): void;
41
45 public function setStaged(?bool $staged): void;
46}