*** # LookupHlr * Full name: `\Seven\Api\Resource\Lookup\LookupHlr` ## Properties ### countryCode ```php protected string $countryCode ``` *** ### countryName ```php protected ?string $countryName ``` *** ### countryPrefix ```php protected string|false $countryPrefix ``` *** ### currentCarrier ```php protected \Seven\Api\Resource\Lookup\Carrier $currentCarrier ``` *** ### gsmCode ```php protected ?string $gsmCode ``` *** ### gsmMessage ```php protected ?string $gsmMessage ``` *** ### internationalFormatNumber ```php protected string $internationalFormatNumber ``` *** ### internationalFormatted ```php protected string $internationalFormatted ``` *** ### lookupOutcome ```php protected bool $lookupOutcome ``` *** ### lookupOutcomeMessage ```php protected string $lookupOutcomeMessage ``` *** ### nationalFormatNumber ```php protected string $nationalFormatNumber ``` *** ### originalCarrier ```php protected \Seven\Api\Resource\Lookup\Carrier $originalCarrier ``` *** ### ported ```php protected string $ported ``` *** ### reachable ```php protected string $reachable ``` *** ### roaming ```php protected string $roaming ``` *** ### status ```php protected bool $status ``` *** ### statusMessage ```php protected string $statusMessage ``` *** ### validNumber ```php protected string $validNumber ``` *** ## Methods ### __construct ```php public __construct(object $data): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$data` | **object** | | *** ### getCountryCode ```php public getCountryCode(): string ``` *** ### getCountryName ```php public getCountryName(): ?string ``` *** ### getCountryPrefix ```php public getCountryPrefix(): string|false ``` *** ### getCurrentCarrier ```php public getCurrentCarrier(): \Seven\Api\Resource\Lookup\Carrier ``` *** ### getGsmCode ```php public getGsmCode(): ?string ``` *** ### getGsmMessage ```php public getGsmMessage(): ?string ``` *** ### getInternationalFormatNumber ```php public getInternationalFormatNumber(): string ``` *** ### getInternationalFormatted ```php public getInternationalFormatted(): string ``` *** ### isLookupOutcome ```php public isLookupOutcome(): bool ``` *** ### getLookupOutcomeMessage ```php public getLookupOutcomeMessage(): string ``` *** ### getNationalFormatNumber ```php public getNationalFormatNumber(): string ``` *** ### getOriginalCarrier ```php public getOriginalCarrier(): \Seven\Api\Resource\Lookup\Carrier ``` *** ### getPorted ```php public getPorted(): string ``` *** ### getReachable ```php public getReachable(): string ``` *** ### getRoaming ```php public getRoaming(): string ``` *** ### isStatus ```php public isStatus(): bool ``` *** ### getStatusMessage ```php public getStatusMessage(): string ``` *** ### getValidNumber ```php public getValidNumber(): string ``` *** *** > Automatically generated on 2025-02-06