commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Inventory
InventoryEntryUpdateAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Inventory
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
InventoryEntryUpdateAction
extends
JsonObject
15
{
16
public
const
DISCRIMINATOR_FIELD
=
'action'
;
17
public
const
FIELD_ACTION
=
'action'
;
18
23
public
function
getAction
();
24
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Inventory\InventoryEntryUpdateAction
Definition:
InventoryEntryUpdateAction.php:15
Commercetools\Api\Models\Inventory\InventoryEntryUpdateAction\FIELD_ACTION
const FIELD_ACTION
Definition:
InventoryEntryUpdateAction.php:17
Commercetools\Api\Models\Inventory\InventoryEntryUpdateAction\DISCRIMINATOR_FIELD
const DISCRIMINATOR_FIELD
Definition:
InventoryEntryUpdateAction.php:16
Commercetools\Api\Models\Inventory\InventoryEntryUpdateAction\getAction
getAction()
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\Inventory
Definition:
InventoryEntry.php:9
Generated by
1.9.1