Skip to content

PhoneNumberOffer

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

PhoneNumberOffer

  • Full name: \Seven\Api\Resource\Numbers\PhoneNumberOffer

Properties

country

protected string $country

features

protected \Seven\Api\Resource\Numbers\PhoneNumberFeatures $features

fees

protected \Seven\Api\Resource\Numbers\PhoneNumberOfferFees $fees

number

protected string $number

numberParsed

protected string $numberParsed

Methods

__construct

public __construct(object $data): mixed

Parameters:

Parameter Type Description
$data object

getCountry

public getCountry(): string

getFeatures

public getFeatures(): \Seven\Api\Resource\Numbers\PhoneNumberFeatures

getFees

public getFees(): \Seven\Api\Resource\Numbers\PhoneNumberOfferFees

getNumber

public getNumber(): string

getNumberParsed

public getNumberParsed(): string


Automatically generated on 2025-02-06

Clone this wiki locally