commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Models
Customer
CustomerSetDateOfBirthAction.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
use DateTimeImmutable;
14
15
interface
CustomerSetDateOfBirthAction
extends
CustomerUpdateAction
16
{
17
public
const
FIELD_DATE_OF_BIRTH
=
'dateOfBirth'
;
18
26
public
function
getDateOfBirth
();
27
31
public
function
setDateOfBirth
(?DateTimeImmutable $dateOfBirth): void;
32
}
Commercetools\Base\DateTimeImmutableCollection
Definition:
DateTimeImmutableCollection.php:21
Commercetools\Api\Models\Customer\CustomerSetDateOfBirthAction
Definition:
CustomerSetDateOfBirthAction.php:16
Commercetools\Api\Models\Customer\CustomerSetDateOfBirthAction\setDateOfBirth
setDateOfBirth(?DateTimeImmutable $dateOfBirth)
Commercetools\Api\Models\Customer\CustomerSetDateOfBirthAction\getDateOfBirth
getDateOfBirth()
Commercetools\Api\Models\Customer\CustomerSetDateOfBirthAction\FIELD_DATE_OF_BIRTH
const FIELD_DATE_OF_BIRTH
Definition:
CustomerSetDateOfBirthAction.php:17
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