commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
lib
commercetools-history
src
Models
Label
StandalonePriceLabel.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\History\Models\Label
;
10
11
use
Commercetools\Base\JsonObject
;
12
use
Commercetools\Base\DateTimeImmutableCollection
;
13
14
interface
StandalonePriceLabel
extends
Label
15
{
16
17
public
const
FIELD_KEY
=
'key'
;
18
public
const
FIELD_SKU
=
'sku'
;
19
24
public
function
getType
();
25
32
public
function
getKey
();
33
40
public
function
getSku
();
41
45
public
function
setKey
(?
string
$key): void;
46
50
public
function
setSku
(?
string
$sku): void;
51
}
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\History\Models\Label\Label
Definition
Label.php:15
Commercetools\History\Models\Label\StandalonePriceLabel
Definition
StandalonePriceLabel.php:15
Commercetools\History\Models\Label\StandalonePriceLabel\FIELD_KEY
const FIELD_KEY
Definition
StandalonePriceLabel.php:17
Commercetools\History\Models\Label\StandalonePriceLabel\setKey
setKey(?string $key)
Commercetools\History\Models\Label\StandalonePriceLabel\setSku
setSku(?string $sku)
Commercetools\History\Models\Label\StandalonePriceLabel\getType
getType()
Commercetools\History\Models\Label\StandalonePriceLabel\getKey
getKey()
Commercetools\History\Models\Label\StandalonePriceLabel\FIELD_SKU
const FIELD_SKU
Definition
StandalonePriceLabel.php:18
Commercetools\History\Models\Label\StandalonePriceLabel\getSku
getSku()
Commercetools\History\Models\Label
Definition
AssociateRoleLabel.php:9
Generated by
1.9.8