commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
StandalonePrice
StandalonePriceChangeValueAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\StandalonePrice
;
10
11
use
Commercetools\Api\Models\Common\Money
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\Base\JsonObject
;
14
15
interface
StandalonePriceChangeValueAction
extends
StandalonePriceUpdateAction
16
{
17
public
const
FIELD_VALUE
=
'value'
;
18
public
const
FIELD_STAGED
=
'staged'
;
19
26
public
function
getValue
();
27
34
public
function
getStaged
();
35
39
public
function
setValue
(?
Money
$value): void;
40
44
public
function
setStaged
(?
bool
$staged): void;
45
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Common\Money
Definition:
Money.php:15
Commercetools\Api\Models\StandalonePrice\StandalonePriceChangeValueAction
Definition:
StandalonePriceChangeValueAction.php:16
Commercetools\Api\Models\StandalonePrice\StandalonePriceChangeValueAction\getValue
getValue()
Commercetools\Api\Models\StandalonePrice\StandalonePriceChangeValueAction\FIELD_VALUE
const FIELD_VALUE
Definition:
StandalonePriceChangeValueAction.php:17
Commercetools\Api\Models\StandalonePrice\StandalonePriceChangeValueAction\setValue
setValue(?Money $value)
Commercetools\Api\Models\StandalonePrice\StandalonePriceChangeValueAction\setStaged
setStaged(?bool $staged)
Commercetools\Api\Models\StandalonePrice\StandalonePriceChangeValueAction\FIELD_STAGED
const FIELD_STAGED
Definition:
StandalonePriceChangeValueAction.php:18
Commercetools\Api\Models\StandalonePrice\StandalonePriceChangeValueAction\getStaged
getStaged()
Commercetools\Api\Models\StandalonePrice\StandalonePriceUpdateAction
Definition:
StandalonePriceUpdateAction.php:15
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\StandalonePrice
Definition:
StagedPriceDraft.php:9
Generated by
1.9.1