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
ExcludeProductChange.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\ProductVariantExclusion
;
14
use
Commercetools\History\Models\Common\Reference
;
15
16
interface
ExcludeProductChange
extends
Change
17
{
18
19
public
const
FIELD_VARIANT_EXCLUSION
=
'variantExclusion'
;
20
public
const
FIELD_NEXT_VALUE
=
'nextValue'
;
21
26
public
function
getChange
();
27
32
public
function
getType
();
33
40
public
function
getVariantExclusion
();
41
48
public
function
getNextValue
();
49
53
public
function
setChange
(?
string
$change): void;
54
58
public
function
setVariantExclusion
(?
ProductVariantExclusion
$variantExclusion): void;
59
63
public
function
setNextValue
(?
Reference
$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\ExcludeProductChange
Definition
ExcludeProductChange.php:17
Commercetools\History\Models\Change\ExcludeProductChange\getNextValue
getNextValue()
Commercetools\History\Models\Change\ExcludeProductChange\setNextValue
setNextValue(?Reference $nextValue)
Commercetools\History\Models\Change\ExcludeProductChange\getChange
getChange()
Commercetools\History\Models\Change\ExcludeProductChange\FIELD_NEXT_VALUE
const FIELD_NEXT_VALUE
Definition
ExcludeProductChange.php:20
Commercetools\History\Models\Change\ExcludeProductChange\FIELD_VARIANT_EXCLUSION
const FIELD_VARIANT_EXCLUSION
Definition
ExcludeProductChange.php:19
Commercetools\History\Models\Change\ExcludeProductChange\setVariantExclusion
setVariantExclusion(?ProductVariantExclusion $variantExclusion)
Commercetools\History\Models\Change\ExcludeProductChange\setChange
setChange(?string $change)
Commercetools\History\Models\Change\ExcludeProductChange\getType
getType()
Commercetools\History\Models\Change\ExcludeProductChange\getVariantExclusion
getVariantExclusion()
Commercetools\History\Models\Common\ProductVariantExclusion
Definition
ProductVariantExclusion.php:15
Commercetools\History\Models\Common\Reference
Definition
Reference.php:15
Commercetools\History\Models\Change
Definition
AddAddressChange.php:9
Generated by
1.9.8