3 declare(strict_types=1);
16 use DateTimeImmutable;
58 private $lastModifiedAt;
79 return $this->customerId;
101 return $this->expiresAt;
112 return $this->createdAt;
123 return $this->lastModifiedAt;
143 $this->customerId = $customerId;
154 $this->value = $value;
165 $this->expiresAt = $expiresAt;
176 $this->createdAt = $createdAt;
187 $this->lastModifiedAt = $lastModifiedAt;
201 $this->lastModifiedAt