commercetools-sdk-php-v2  master
The platform, import-api and ml-api PHP sdks generated from our api reference.
CustomFieldEnumValue.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 
25  public function getKey();
26 
33  public function getLabel();
34 
38  public function setKey(?string $key): void;
39 
43  public function setLabel(?string $label): void;
44 }