commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
lib
commercetools-history
src
Models
Change
StandalonePriceSetPriceTiersChange.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\Common\PriceTierCollection
;
14
15
interface
StandalonePriceSetPriceTiersChange
extends
Change
16
{
17
18
public
const
FIELD_ADDED_ITEMS
=
'addedItems'
;
19
public
const
FIELD_REMOVED_ITEMS
=
'removedItems'
;
20
public
const
FIELD_PREVIOUS_VALUE
=
'previousValue'
;
21
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
22
27
public
function
getChange
();
28
33
public
function
getType
();
34
41
public
function
getAddedItems
();
42
49
public
function
getRemovedItems
();
50
57
public
function
getPreviousValue
();
58
65
public
function
getNextValue
();
66
70
public
function
setChange
(?
string
$change): void;
71
75
public
function
setAddedItems
(?
PriceTierCollection
$addedItems): void;
76
80
public
function
setRemovedItems
(?
PriceTierCollection
$removedItems): void;
81
85
public
function
setPreviousValue
(?
PriceTierCollection
$previousValue): void;
86
90
public
function
setNextValue
(?
PriceTierCollection
$nextValue): void;
91
}
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\History\Models\Common\PriceTierCollection
Definition
PriceTierCollection.php:22
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\History\Models\Change\Change
Definition
Change.php:15
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange
Definition
StandalonePriceSetPriceTiersChange.php:16
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\getChange
getChange()
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\getRemovedItems
getRemovedItems()
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\getAddedItems
getAddedItems()
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\getPreviousValue
getPreviousValue()
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\setAddedItems
setAddedItems(?PriceTierCollection $addedItems)
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\setRemovedItems
setRemovedItems(?PriceTierCollection $removedItems)
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\FIELD_PREVIOUS_VALUE
const FIELD_PREVIOUS_VALUE
Definition
StandalonePriceSetPriceTiersChange.php:20
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\FIELD_ADDED_ITEMS
const FIELD_ADDED_ITEMS
Definition
StandalonePriceSetPriceTiersChange.php:18
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\setNextValue
setNextValue(?PriceTierCollection $nextValue)
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\FIELD_REMOVED_ITEMS
const FIELD_REMOVED_ITEMS
Definition
StandalonePriceSetPriceTiersChange.php:19
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\setPreviousValue
setPreviousValue(?PriceTierCollection $previousValue)
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\getType
getType()
Commercetools\History\Models\Change\StandalonePriceSetPriceTiersChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition
StandalonePriceSetPriceTiersChange.php:21
Commercetools\History\Models\Change
Definition
AddAddressChange.php:9
Generated by
1.9.8