licenseKey = $licenseKey; $this->domain = $domain; } /** * @return CreateTokenPayload */ public function toArray(): array { return [ 'license_key' => $this->licenseKey, 'domain' => $this->domain, ]; } }