commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Customer
CustomerResetPassword.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
CustomerResetPassword
extends
JsonObject
15
{
16
public
const
FIELD_TOKEN_VALUE
=
'tokenValue'
;
17
public
const
FIELD_NEW_PASSWORD
=
'newPassword'
;
18
public
const
FIELD_VERSION
=
'version'
;
19
26
public
function
getTokenValue
();
27
34
public
function
getNewPassword
();
35
42
public
function
getVersion
();
43
47
public
function
setTokenValue
(?
string
$tokenValue): void;
48
52
public
function
setNewPassword
(?
string
$newPassword): void;
53
57
public
function
setVersion
(?
int
$version): void;
58
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Customer\CustomerResetPassword
Definition:
CustomerResetPassword.php:15
Commercetools\Api\Models\Customer\CustomerResetPassword\getVersion
getVersion()
Commercetools\Api\Models\Customer\CustomerResetPassword\FIELD_NEW_PASSWORD
const FIELD_NEW_PASSWORD
Definition:
CustomerResetPassword.php:17
Commercetools\Api\Models\Customer\CustomerResetPassword\getTokenValue
getTokenValue()
Commercetools\Api\Models\Customer\CustomerResetPassword\setVersion
setVersion(?int $version)
Commercetools\Api\Models\Customer\CustomerResetPassword\setTokenValue
setTokenValue(?string $tokenValue)
Commercetools\Api\Models\Customer\CustomerResetPassword\setNewPassword
setNewPassword(?string $newPassword)
Commercetools\Api\Models\Customer\CustomerResetPassword\FIELD_VERSION
const FIELD_VERSION
Definition:
CustomerResetPassword.php:18
Commercetools\Api\Models\Customer\CustomerResetPassword\FIELD_TOKEN_VALUE
const FIELD_TOKEN_VALUE
Definition:
CustomerResetPassword.php:16
Commercetools\Api\Models\Customer\CustomerResetPassword\getNewPassword
getNewPassword()
Commercetools\Base\JsonObject
Definition:
JsonObject.php:15
Commercetools\Api\Models\Customer
Definition:
Customer.php:9
Generated by
1.9.1