commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Variables
$
a
d
e
f
g
o
r
s
t
u
•
All
Classes
Namespaces
Functions
Variables
Pages
Loading...
Searching...
No Matches
lib
commercetools-api
src
Models
Inventory
InventoryEntryUpdate.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
InventoryEntryUpdate
extends
JsonObject
15
{
16
public
const
FIELD_VERSION
=
'version'
;
17
public
const
FIELD_ACTIONS
=
'actions'
;
18
26
public
function
getVersion
();
27
34
public
function
getActions
();
35
39
public
function
setVersion
(?
int
$version): void;
40
44
public
function
setActions
(?
InventoryEntryUpdateActionCollection
$actions): void;
45
}
14
interface
InventoryEntryUpdate
extends
JsonObject
{
…
};
Commercetools\Api\Models\Inventory\InventoryEntryUpdateActionCollection
Definition
InventoryEntryUpdateActionCollection.php:26
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Inventory\InventoryEntryUpdate
Definition
InventoryEntryUpdate.php:15
Commercetools\Api\Models\Inventory\InventoryEntryUpdate\getActions
getActions()
Commercetools\Api\Models\Inventory\InventoryEntryUpdate\setActions
setActions(?InventoryEntryUpdateActionCollection $actions)
Commercetools\Api\Models\Inventory\InventoryEntryUpdate\FIELD_ACTIONS
const FIELD_ACTIONS
Definition
InventoryEntryUpdate.php:17
Commercetools\Api\Models\Inventory\InventoryEntryUpdate\setVersion
setVersion(?int $version)
Commercetools\Api\Models\Inventory\InventoryEntryUpdate\getVersion
getVersion()
Commercetools\Api\Models\Inventory\InventoryEntryUpdate\FIELD_VERSION
const FIELD_VERSION
Definition
InventoryEntryUpdate.php:16
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\Api\Models\Inventory
Definition
InventoryEntry.php:9
Generated by
1.9.8