3 declare(strict_types=1);
35 private $externalUserId;
63 return $this->clientId;
74 return $this->externalUserId;
96 return $this->anonymousId;
116 $this->clientId = $clientId;
127 $this->externalUserId = $externalUserId;
138 $this->customer = $customer;
149 $this->anonymousId = $anonymousId;
160 $this->associate = $associate;
171 $this->customer = $customer;
182 $this->associate = $associate;
191 $this->externalUserId,