commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Store
StoreRemoveSupplyChannelAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Store
;
10
11
use
Commercetools\Api\Models\Channel\ChannelResourceIdentifier
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
use
Commercetools\Base\JsonObject
;
14
15
interface
StoreRemoveSupplyChannelAction
extends
StoreUpdateAction
16
{
17
public
const
FIELD_SUPPLY_CHANNEL
=
'supplyChannel'
;
18
25
public
function
getSupplyChannel
();
26
30
public
function
setSupplyChannel
(?
ChannelResourceIdentifier
$supplyChannel): void;
31
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Channel\ChannelResourceIdentifier
Definition:
ChannelResourceIdentifier.php:16
Commercetools\Api\Models\Store\StoreRemoveSupplyChannelAction
Definition:
StoreRemoveSupplyChannelAction.php:16
Commercetools\Api\Models\Store\StoreRemoveSupplyChannelAction\setSupplyChannel
setSupplyChannel(?ChannelResourceIdentifier $supplyChannel)
Commercetools\Api\Models\Store\StoreRemoveSupplyChannelAction\getSupplyChannel
getSupplyChannel()
Commercetools\Api\Models\Store\StoreRemoveSupplyChannelAction\FIELD_SUPPLY_CHANNEL
const FIELD_SUPPLY_CHANNEL
Definition:
StoreRemoveSupplyChannelAction.php:17
Commercetools\Api\Models\Store\StoreUpdateAction
Definition:
StoreUpdateAction.php:15
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\Store
Definition:
ProductSelectionSetting.php:9
Generated by
1.9.1