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
MyCustomerResetPassword.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
MyCustomerResetPassword
extends
JsonObject
15
{
16
public
const
FIELD_TOKEN_VALUE
=
'tokenValue'
;
17
public
const
FIELD_NEW_PASSWORD
=
'newPassword'
;
18
25
public
function
getTokenValue
();
26
33
public
function
getNewPassword
();
34
38
public
function
setTokenValue
(?
string
$tokenValue): void;
39
43
public
function
setNewPassword
(?
string
$newPassword): void;
44
}
14
interface
MyCustomerResetPassword
extends
JsonObject
{
…
};
Commercetools\Base\DateTimeImmutableCollection
Definition
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Customer\MyCustomerResetPassword
Definition
MyCustomerResetPassword.php:15
Commercetools\Api\Models\Customer\MyCustomerResetPassword\setTokenValue
setTokenValue(?string $tokenValue)
Commercetools\Api\Models\Customer\MyCustomerResetPassword\getNewPassword
getNewPassword()
Commercetools\Api\Models\Customer\MyCustomerResetPassword\FIELD_TOKEN_VALUE
const FIELD_TOKEN_VALUE
Definition
MyCustomerResetPassword.php:16
Commercetools\Api\Models\Customer\MyCustomerResetPassword\getTokenValue
getTokenValue()
Commercetools\Api\Models\Customer\MyCustomerResetPassword\setNewPassword
setNewPassword(?string $newPassword)
Commercetools\Api\Models\Customer\MyCustomerResetPassword\FIELD_NEW_PASSWORD
const FIELD_NEW_PASSWORD
Definition
MyCustomerResetPassword.php:17
Commercetools\Base\JsonObject
Definition
JsonObject.php:15
Commercetools\Api\Models\Customer
Definition
Customer.php:9
Generated by
1.9.8