commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
StoreNameSetMessagePayload.php
1 <?php
2 
3 declare(strict_types=1);
10 
15 
17 {
18  public const FIELD_NAME = 'name';
19  public const FIELD_NAME_ALL_LOCALES = 'nameAllLocales';
20 
27  public function getName();
28 
35  public function getNameAllLocales();
36 
40  public function setName(?LocalizedString $name): void;
41 
45  public function setNameAllLocales(?LocalizedStringCollection $nameAllLocales): void;
46 }
setNameAllLocales(?LocalizedStringCollection $nameAllLocales)