commercetools-sdk-php-v2  master
The platform, import-api and ml-api PHP sdks generated from our api reference.
AttributePlainEnumValue.php
1 <?php
2 
3 declare(strict_types=1);
10 
13 
15 {
16  public const FIELD_KEY = 'key';
17  public const FIELD_LABEL = 'label';
18 
23  public function getKey();
24 
29  public function getLabel();
30 
34  public function setKey(?string $key): void;
35 
39  public function setLabel(?string $label): void;
40 }