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
AddPriceChange.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\Price
;
14
15
interface
AddPriceChange
extends
Change
16
{
17
18
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
19
public
const
FIELD_CATALOG_DATA
=
'catalogData'
;
20
public
const
FIELD_PRICE_ID
=
'priceId'
;
21
public
const
FIELD_VARIANT
=
'variant'
;
22
27
public
function
getType
();
28
33
public
function
getChange
();
34
41
public
function
getNextValue
();
42
53
public
function
getCatalogData
();
54
61
public
function
getPriceId
();
62
70
public
function
getVariant
();
71
75
public
function
setChange
(?
string
$change): void;
76
80
public
function
setNextValue
(?
Price
$nextValue): void;
81
85
public
function
setCatalogData
(?
string
$catalogData): void;
86
90
public
function
setPriceId
(?
string
$priceId): void;
91
95
public
function
setVariant
(?
string
$variant): void;
96
}
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\History\Models\Change\AddPriceChange
Definition
AddPriceChange.php:16
Commercetools\History\Models\Change\AddPriceChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\AddPriceChange\getCatalogData
getCatalogData()
Commercetools\History\Models\Change\AddPriceChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\AddPriceChange\getVariant
getVariant()
Commercetools\History\Models\Change\AddPriceChange\getPriceId
getPriceId()
Commercetools\History\Models\Change\AddPriceChange\setNextValue
setNextValue(?Price $nextValue)
Commercetools\History\Models\Change\AddPriceChange\setVariant
setVariant(?string $variant)
Commercetools\History\Models\Change\AddPriceChange\FIELD_PRICE_ID
const FIELD_PRICE_ID
Definition
AddPriceChange.php:20
Commercetools\History\Models\Change\AddPriceChange\getType
getType()
Commercetools\History\Models\Change\AddPriceChange\FIELD_CATALOG_DATA
const FIELD_CATALOG_DATA
Definition
AddPriceChange.php:19
Commercetools\History\Models\Change\AddPriceChange\getChange
getChange()
Commercetools\History\Models\Change\AddPriceChange\setPriceId
setPriceId(?string $priceId)
Commercetools\History\Models\Change\AddPriceChange\FIELD_VARIANT
const FIELD_VARIANT
Definition
AddPriceChange.php:21
Commercetools\History\Models\Change\AddPriceChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition
AddPriceChange.php:18
Commercetools\History\Models\Change\AddPriceChange\setCatalogData
setCatalogData(?string $catalogData)
Commercetools\History\Models\Change\Change
Definition
Change.php:15
Commercetools\History\Models\Common\Price
Definition
Price.php:16
Commercetools\History\Models\Change
Definition
AddAddressChange.php:9
Generated by
1.9.8