commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
ProductSelection
ProductSelectionUpdate.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\ProductSelection
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
ProductSelectionUpdate
extends
JsonObject
15
{
16
public
const
FIELD_VERSION
=
'version'
;
17
public
const
FIELD_ACTIONS
=
'actions'
;
18
23
public
function
getVersion
();
24
29
public
function
getActions
();
30
34
public
function
setVersion
(?
int
$version): void;
35
39
public
function
setActions
(?
ProductSelectionUpdateActionCollection
$actions): void;
40
}
Commercetools\Api\Models\ProductSelection\ProductSelectionUpdateActionCollection
Definition:
ProductSelectionUpdateActionCollection.php:26
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\ProductSelection\ProductSelectionUpdate
Definition:
ProductSelectionUpdate.php:15
Commercetools\Api\Models\ProductSelection\ProductSelectionUpdate\getVersion
getVersion()
Commercetools\Api\Models\ProductSelection\ProductSelectionUpdate\FIELD_VERSION
const FIELD_VERSION
Definition:
ProductSelectionUpdate.php:16
Commercetools\Api\Models\ProductSelection\ProductSelectionUpdate\FIELD_ACTIONS
const FIELD_ACTIONS
Definition:
ProductSelectionUpdate.php:17
Commercetools\Api\Models\ProductSelection\ProductSelectionUpdate\getActions
getActions()
Commercetools\Api\Models\ProductSelection\ProductSelectionUpdate\setActions
setActions(?ProductSelectionUpdateActionCollection $actions)
Commercetools\Api\Models\ProductSelection\ProductSelectionUpdate\setVersion
setVersion(?int $version)
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\ProductSelection
Definition:
AssignedProductReference.php:9
Generated by
1.9.1