*** # PhoneNumberBillingFees * Full name: `\Seven\Api\Resource\Numbers\PhoneNumberBillingFees` ## Properties ### basicCharge ```php protected float $basicCharge ``` *** ### setup ```php protected float $setup ``` *** ### smsInbound ```php protected float $smsInbound ``` *** ### voiceInbound ```php protected float $voiceInbound ``` *** ## Methods ### __construct ```php public __construct(object $data): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$data` | **object** | | *** ### getBasicCharge ```php public getBasicCharge(): float ``` *** ### setBasicCharge ```php public setBasicCharge(float $basicCharge): \Seven\Api\Resource\Numbers\PhoneNumberBillingFees ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$basicCharge` | **float** | | *** ### getSetup ```php public getSetup(): float ``` *** ### setSetup ```php public setSetup(float $setup): \Seven\Api\Resource\Numbers\PhoneNumberBillingFees ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$setup` | **float** | | *** ### getSmsInbound ```php public getSmsInbound(): float ``` *** ### setSmsInbound ```php public setSmsInbound(float $smsInbound): \Seven\Api\Resource\Numbers\PhoneNumberBillingFees ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$smsInbound` | **float** | | *** ### getVoiceInbound ```php public getVoiceInbound(): float ``` *** ### setVoiceInbound ```php public setVoiceInbound(float $voiceInbound): \Seven\Api\Resource\Numbers\PhoneNumberBillingFees ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$voiceInbound` | **float** | | *** *** > Automatically generated on 2025-02-06