commercetools-sdk-php-v2  master
The platform, import-api and ml-api PHP sdks generated from our api reference.
UnresolvedReferences.php
1 <?php
2 
3 declare(strict_types=1);
10 
13 
15 {
16  public const FIELD_KEY = 'key';
17  public const FIELD_TYPE_ID = 'typeId';
18 
23  public function getKey();
24 
31  public function getTypeId();
32 
36  public function setKey(?string $key): void;
37 
41  public function setTypeId(?string $typeId): void;
42 }