commercetools-sdk-php-v2  master
The platform, import-api and ml-api PHP sdks generated from our api reference.
AttributeSetType.php
1 <?php
2 
3 declare(strict_types=1);
10 
13 
15 {
16  public const FIELD_ELEMENT_TYPE = 'elementType';
17 
22  public function getElementType();
23 
27  public function setElementType(?AttributeType $elementType): void;
28 }