commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Customer
CustomerSetAuthenticationModeAction.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
CustomerSetAuthenticationModeAction
extends
CustomerUpdateAction
15
{
16
public
const
FIELD_AUTH_MODE
=
'authMode'
;
17
public
const
FIELD_PASSWORD
=
'password'
;
18
26
public
function
getAuthMode
();
27
34
public
function
getPassword
();
35
39
public
function
setAuthMode
(?
string
$authMode): void;
40
44
public
function
setPassword
(?
string
$password): void;
45
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Customer\CustomerSetAuthenticationModeAction
Definition:
CustomerSetAuthenticationModeAction.php:15
Commercetools\Api\Models\Customer\CustomerSetAuthenticationModeAction\FIELD_PASSWORD
const FIELD_PASSWORD
Definition:
CustomerSetAuthenticationModeAction.php:17
Commercetools\Api\Models\Customer\CustomerSetAuthenticationModeAction\setAuthMode
setAuthMode(?string $authMode)
Commercetools\Api\Models\Customer\CustomerSetAuthenticationModeAction\getAuthMode
getAuthMode()
Commercetools\Api\Models\Customer\CustomerSetAuthenticationModeAction\setPassword
setPassword(?string $password)
Commercetools\Api\Models\Customer\CustomerSetAuthenticationModeAction\FIELD_AUTH_MODE
const FIELD_AUTH_MODE
Definition:
CustomerSetAuthenticationModeAction.php:16
Commercetools\Api\Models\Customer\CustomerSetAuthenticationModeAction\getPassword
getPassword()
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