-
Notifications
You must be signed in to change notification settings - Fork 3
PhoneNumberBillingFees
André Matthies edited this page Feb 6, 2025
·
1 revision
- Full name:
\Seven\Api\Resource\Numbers\PhoneNumberBillingFees
protected float $basicCharge
protected float $setup
protected float $smsInbound
protected float $voiceInbound
public __construct(object $data): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$data |
object |
public getBasicCharge(): float
public setBasicCharge(float $basicCharge): \Seven\Api\Resource\Numbers\PhoneNumberBillingFees
Parameters:
Parameter | Type | Description |
---|---|---|
$basicCharge |
float |
public getSetup(): float
public setSetup(float $setup): \Seven\Api\Resource\Numbers\PhoneNumberBillingFees
Parameters:
Parameter | Type | Description |
---|---|---|
$setup |
float |
public getSmsInbound(): float
public setSmsInbound(float $smsInbound): \Seven\Api\Resource\Numbers\PhoneNumberBillingFees
Parameters:
Parameter | Type | Description |
---|---|---|
$smsInbound |
float |
public getVoiceInbound(): float
public setVoiceInbound(float $voiceInbound): \Seven\Api\Resource\Numbers\PhoneNumberBillingFees
Parameters:
Parameter | Type | Description |
---|---|---|
$voiceInbound |
float |
Automatically generated on 2025-02-06