3 declare(strict_types=1);
29 private $isPlatformClient;
75 return $this->isPlatformClient;
115 return $this->clientId;
126 return $this->anonymousId;
158 $this->isPlatformClient = $isPlatformClient;
191 $this->clientId = $clientId;
202 $this->anonymousId = $anonymousId;
213 $this->customer = $customer;
224 $this->associate = $associate;
235 $this->customer = $customer;
246 $this->associate = $associate;
254 $this->isPlatformClient,
withCustomer(?Reference $customer)
withAssociate(?Reference $associate)
withIsPlatformClient(?bool $isPlatformClient)
withAnonymousId(?string $anonymousId)
withAssociateBuilder(?ReferenceBuilder $associate)
withClientId(?string $clientId)
withCustomerBuilder(?ReferenceBuilder $customer)