commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
FieldDefinitionOrderValue.php
1<?php
2
3declare(strict_types=1);
10
14
16{
17
18 public const FIELD_NAME = 'name';
19 public const FIELD_LABEL = 'label';
20
27 public function getName();
28
35 public function getLabel();
36
40 public function setName(?string $name): void;
41
45 public function setLabel(?LocalizedString $label): void;
46}