commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Variables
$
a
d
e
f
g
o
r
s
t
u
•
All
Classes
Namespaces
Functions
Variables
Pages
Loading...
Searching...
No Matches
lib
commercetools-api
src
Models
Customer
CustomerChangePassword.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
CustomerChangePassword
extends
JsonObject
15
{
16
public
const
FIELD_ID
=
'id'
;
17
public
const
FIELD_VERSION
=
'version'
;
18
public
const
FIELD_CURRENT_PASSWORD
=
'currentPassword'
;
19
public
const
FIELD_NEW_PASSWORD
=
'newPassword'
;
20
27
public
function
getId
();
28
35
public
function
getVersion
();
36
44
public
function
getCurrentPassword
();
45
52
public
function
getNewPassword
();
53
57
public
function
setId
(?
string
$id): void;
58
62
public
function
setVersion
(?
int
$version): void;
63
67
public
function
setCurrentPassword
(?
string
$currentPassword): void;
68
72
public
function
setNewPassword
(?
string
$newPassword): void;
73
}
14
interface
CustomerChangePassword
extends
JsonObject
{
…
};
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Customer\CustomerChangePassword
Definition
CustomerChangePassword.php:15
Commercetools\Api\Models\Customer\CustomerChangePassword\getCurrentPassword
getCurrentPassword()
Commercetools\Api\Models\Customer\CustomerChangePassword\setCurrentPassword
setCurrentPassword(?string $currentPassword)
Commercetools\Api\Models\Customer\CustomerChangePassword\FIELD_CURRENT_PASSWORD
const FIELD_CURRENT_PASSWORD
Definition
CustomerChangePassword.php:18
Commercetools\Api\Models\Customer\CustomerChangePassword\FIELD_ID
const FIELD_ID
Definition
CustomerChangePassword.php:16
Commercetools\Api\Models\Customer\CustomerChangePassword\getVersion
getVersion()
Commercetools\Api\Models\Customer\CustomerChangePassword\getNewPassword
getNewPassword()
Commercetools\Api\Models\Customer\CustomerChangePassword\FIELD_VERSION
const FIELD_VERSION
Definition
CustomerChangePassword.php:17
Commercetools\Api\Models\Customer\CustomerChangePassword\setId
setId(?string $id)
Commercetools\Api\Models\Customer\CustomerChangePassword\FIELD_NEW_PASSWORD
const FIELD_NEW_PASSWORD
Definition
CustomerChangePassword.php:19
Commercetools\Api\Models\Customer\CustomerChangePassword\setNewPassword
setNewPassword(?string $newPassword)
Commercetools\Api\Models\Customer\CustomerChangePassword\getId
getId()
Commercetools\Api\Models\Customer\CustomerChangePassword\setVersion
setVersion(?int $version)
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\Api\Models\Customer
Definition
Customer.php:9
Generated by
1.9.8