commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
Loading...
Searching...
No Matches
CustomerEmailTokenCreatedMessage.php
1<?php
2
3declare(strict_types=1);
10
13use DateTimeImmutable;
14
16{
17 public const FIELD_CUSTOMER_ID = 'customerId';
18 public const FIELD_EXPIRES_AT = 'expiresAt';
19
26 public function getCustomerId();
27
34 public function getExpiresAt();
35
39 public function setCustomerId(?string $customerId): void;
40
44 public function setExpiresAt(?DateTimeImmutable $expiresAt): void;
45}