*** # PhoneNumberOffer * Full name: `\Seven\Api\Resource\Numbers\PhoneNumberOffer` ## Properties ### country ```php protected string $country ``` *** ### features ```php protected \Seven\Api\Resource\Numbers\PhoneNumberFeatures $features ``` *** ### fees ```php protected \Seven\Api\Resource\Numbers\PhoneNumberOfferFees $fees ``` *** ### number ```php protected string $number ``` *** ### numberParsed ```php protected string $numberParsed ``` *** ## Methods ### __construct ```php public __construct(object $data): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$data` | **object** | | *** ### getCountry ```php public getCountry(): string ``` *** ### getFeatures ```php public getFeatures(): \Seven\Api\Resource\Numbers\PhoneNumberFeatures ``` *** ### getFees ```php public getFees(): \Seven\Api\Resource\Numbers\PhoneNumberOfferFees ``` *** ### getNumber ```php public getNumber(): string ``` *** ### getNumberParsed ```php public getNumberParsed(): string ``` *** *** > Automatically generated on 2025-02-06