Skip to content

LookupHlr

André Matthies edited this page Feb 6, 2025 · 1 revision

LookupHlr

  • Full name: \Seven\Api\Resource\Lookup\LookupHlr

Properties

countryCode

protected string $countryCode

countryName

protected ?string $countryName

countryPrefix

protected string|false $countryPrefix

currentCarrier

protected \Seven\Api\Resource\Lookup\Carrier $currentCarrier

gsmCode

protected ?string $gsmCode

gsmMessage

protected ?string $gsmMessage

internationalFormatNumber

protected string $internationalFormatNumber

internationalFormatted

protected string $internationalFormatted

lookupOutcome

protected bool $lookupOutcome

lookupOutcomeMessage

protected string $lookupOutcomeMessage

nationalFormatNumber

protected string $nationalFormatNumber

originalCarrier

protected \Seven\Api\Resource\Lookup\Carrier $originalCarrier

ported

protected string $ported

reachable

protected string $reachable

roaming

protected string $roaming

status

protected bool $status

statusMessage

protected string $statusMessage

validNumber

protected string $validNumber

Methods

__construct

public __construct(object $data): mixed

Parameters:

Parameter Type Description
$data object

getCountryCode

public getCountryCode(): string

getCountryName

public getCountryName(): ?string

getCountryPrefix

public getCountryPrefix(): string|false

getCurrentCarrier

public getCurrentCarrier(): \Seven\Api\Resource\Lookup\Carrier

getGsmCode

public getGsmCode(): ?string

getGsmMessage

public getGsmMessage(): ?string

getInternationalFormatNumber

public getInternationalFormatNumber(): string

getInternationalFormatted

public getInternationalFormatted(): string

isLookupOutcome

public isLookupOutcome(): bool

getLookupOutcomeMessage

public getLookupOutcomeMessage(): string

getNationalFormatNumber

public getNationalFormatNumber(): string

getOriginalCarrier

public getOriginalCarrier(): \Seven\Api\Resource\Lookup\Carrier

getPorted

public getPorted(): string

getReachable

public getReachable(): string

getRoaming

public getRoaming(): string

isStatus

public isStatus(): bool

getStatusMessage

public getStatusMessage(): string

getValidNumber

public getValidNumber(): string


Automatically generated on 2025-02-06

Clone this wiki locally