commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-history
src
Models
Label
Label.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
Label
extends
JsonObject
15
{
16
public
const
DISCRIMINATOR_FIELD
=
'type'
;
17
public
const
FIELD_TYPE
=
'type'
;
18
23
public
function
getType
();
24
25
}
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\Label\getType
getType()
Commercetools\History\Models\Label\Label\FIELD_TYPE
const FIELD_TYPE
Definition:
Label.php:17
Commercetools\History\Models\Label\Label\DISCRIMINATOR_FIELD
const DISCRIMINATOR_FIELD
Definition:
Label.php:16
Commercetools\History\Models\Label
Definition:
AssociateRoleLabel.php:9
Generated by
1.9.1