commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Change
SetShippingRateInputChange.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\History\Models\Change
;
10
11
use
Commercetools\Base\JsonObject
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\History\Models\ChangeValue\SetCartClassificationShippingRateInputValue
;
14
use
Commercetools\History\Models\ChangeValue\SetCartScoreShippingRateInputValue
;
15
16
interface
SetShippingRateInputChange
extends
Change
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
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\History\Models\Change\Change
Definition:
Change.php:15
Commercetools\History\Models\Change\SetShippingRateInputChange
Definition:
SetShippingRateInputChange.php:17
Commercetools\History\Models\Change\SetShippingRateInputChange\setNextValue
setNextValue(?JsonObject $nextValue)
Commercetools\History\Models\Change\SetShippingRateInputChange\FIELD_PREVIOUS_VALUE
const FIELD_PREVIOUS_VALUE
Definition:
SetShippingRateInputChange.php:19
Commercetools\History\Models\Change\SetShippingRateInputChange\getChange
getChange()
Commercetools\History\Models\Change\SetShippingRateInputChange\getPreviousValue
getPreviousValue()
Commercetools\History\Models\Change\SetShippingRateInputChange\getType
getType()
Commercetools\History\Models\Change\SetShippingRateInputChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\SetShippingRateInputChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\SetShippingRateInputChange\setPreviousValue
setPreviousValue(?JsonObject $previousValue)
Commercetools\History\Models\Change\SetShippingRateInputChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition:
SetShippingRateInputChange.php:20
Commercetools\History\Models\ChangeValue\SetCartClassificationShippingRateInputValue
Definition:
SetCartClassificationShippingRateInputValue.php:16
Commercetools\History\Models\ChangeValue\SetCartScoreShippingRateInputValue
Definition:
SetCartScoreShippingRateInputValue.php:15
Commercetools\History\Models\Change
Definition:
AddAddressChange.php:9
Generated by
1.9.1