*** # LookupFormat * Full name: `\Seven\Api\Resource\Lookup\LookupFormat` ## Properties ### carrier ```php protected ?string $carrier ``` *** ### countryCode ```php protected string|false $countryCode ``` *** ### countryIso ```php protected ?string $countryIso ``` *** ### countryName ```php protected ?string $countryName ``` *** ### international ```php protected string $international ``` *** ### internationalFormatted ```php protected string $internationalFormatted ``` *** ### national ```php protected ?string $national ``` *** ### networkType ```php protected ?string $networkType ``` *** ### success ```php protected bool $success ``` *** ## Methods ### __construct ```php public __construct(object $data): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$data` | **object** | | *** ### getCarrier ```php public getCarrier(): ?string ``` *** ### getCountryCode ```php public getCountryCode(): string|false ``` *** ### getCountryIso ```php public getCountryIso(): ?string ``` *** ### getCountryName ```php public getCountryName(): ?string ``` *** ### getInternational ```php public getInternational(): string ``` *** ### getInternationalFormatted ```php public getInternationalFormatted(): string ``` *** ### getNational ```php public getNational(): ?string ``` *** ### getNetworkType ```php public getNetworkType(): ?string ``` *** ### isSuccess ```php public isSuccess(): bool ``` *** *** > Automatically generated on 2025-02-06