commercetools-sdk-php-v2  master
The platform, import-api and ml-api PHP sdks generated from our api reference.
AttributeReferenceType.php
1 <?php
2 
3 declare(strict_types=1);
10 
13 
15 {
16  public const FIELD_REFERENCE_TYPE_ID = 'referenceTypeId';
17 
24  public function getReferenceTypeId();
25 
29  public function setReferenceTypeId(?string $referenceTypeId): void;
30 }