commercetools-sdk-php-v2  master
The platform, import-api and ml-api PHP sdks generated from our api reference.
ClassificationShippingRateInput.php
1 <?php
2 
3 declare(strict_types=1);
10 
14 
16 {
17  public const FIELD_KEY = 'key';
18  public const FIELD_LABEL = 'label';
19 
24  public function getKey();
25 
37  public function getLabel();
38 
42  public function setKey(?string $key): void;
43 
47  public function setLabel(?LocalizedString $label): void;
48 }