commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Customer
CustomerSetLocaleAction.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Models\Customer
;
10
11
use
Commercetools\Base\DateTimeImmutableCollection
;
12
use
Commercetools\Base\JsonObject
;
13
14
interface
CustomerSetLocaleAction
extends
CustomerUpdateAction
15
{
16
public
const
FIELD_LOCALE
=
'locale'
;
17
25
public
function
getLocale
();
26
30
public
function
setLocale
(?
string
$locale): void;
31
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Customer\CustomerSetLocaleAction
Definition:
CustomerSetLocaleAction.php:15
Commercetools\Api\Models\Customer\CustomerSetLocaleAction\FIELD_LOCALE
const FIELD_LOCALE
Definition:
CustomerSetLocaleAction.php:16
Commercetools\Api\Models\Customer\CustomerSetLocaleAction\getLocale
getLocale()
Commercetools\Api\Models\Customer\CustomerSetLocaleAction\setLocale
setLocale(?string $locale)
Commercetools\Api\Models\Customer\CustomerUpdateAction
Definition:
CustomerUpdateAction.php:15
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\Customer
Definition:
Customer.php:9
Generated by
1.9.1