commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Channel
ChannelChangeKeyAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Channel
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
ChannelChangeKeyAction
extends
ChannelUpdateAction
15
{
16
public
const
FIELD_KEY
=
'key'
;
17
24
public
function
getKey
();
25
29
public
function
setKey
(?
string
$key): void;
30
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Channel\ChannelChangeKeyAction
Definition:
ChannelChangeKeyAction.php:15
Commercetools\Api\Models\Channel\ChannelChangeKeyAction\setKey
setKey(?string $key)
Commercetools\Api\Models\Channel\ChannelChangeKeyAction\FIELD_KEY
const FIELD_KEY
Definition:
ChannelChangeKeyAction.php:16
Commercetools\Api\Models\Channel\ChannelChangeKeyAction\getKey
getKey()
Commercetools\Api\Models\Channel\ChannelUpdateAction
Definition:
ChannelUpdateAction.php:15
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\Channel
Definition:
Channel.php:9
Generated by
1.9.1