Skip to content

LookupFormat

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

LookupFormat

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

Properties

carrier

protected ?string $carrier

countryCode

protected string|false $countryCode

countryIso

protected ?string $countryIso

countryName

protected ?string $countryName

international

protected string $international

internationalFormatted

protected string $internationalFormatted

national

protected ?string $national

networkType

protected ?string $networkType

success

protected bool $success

Methods

__construct

public __construct(object $data): mixed

Parameters:

Parameter Type Description
$data object

getCarrier

public getCarrier(): ?string

getCountryCode

public getCountryCode(): string|false

getCountryIso

public getCountryIso(): ?string

getCountryName

public getCountryName(): ?string

getInternational

public getInternational(): string

getInternationalFormatted

public getInternationalFormatted(): string

getNational

public getNational(): ?string

getNetworkType

public getNetworkType(): ?string

isSuccess

public isSuccess(): bool


Automatically generated on 2025-02-06

Clone this wiki locally