Skip to content

PhoneNumberBillingFees

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

PhoneNumberBillingFees

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

Properties

basicCharge

protected float $basicCharge

setup

protected float $setup

smsInbound

protected float $smsInbound

voiceInbound

protected float $voiceInbound

Methods

__construct

public __construct(object $data): mixed

Parameters:

Parameter Type Description
$data object

getBasicCharge

public getBasicCharge(): float

setBasicCharge

public setBasicCharge(float $basicCharge): \Seven\Api\Resource\Numbers\PhoneNumberBillingFees

Parameters:

Parameter Type Description
$basicCharge float

getSetup

public getSetup(): float

setSetup

public setSetup(float $setup): \Seven\Api\Resource\Numbers\PhoneNumberBillingFees

Parameters:

Parameter Type Description
$setup float

getSmsInbound

public getSmsInbound(): float

setSmsInbound

public setSmsInbound(float $smsInbound): \Seven\Api\Resource\Numbers\PhoneNumberBillingFees

Parameters:

Parameter Type Description
$smsInbound float

getVoiceInbound

public getVoiceInbound(): float

setVoiceInbound

public setVoiceInbound(float $voiceInbound): \Seven\Api\Resource\Numbers\PhoneNumberBillingFees

Parameters:

Parameter Type Description
$voiceInbound float


Automatically generated on 2025-02-06

Clone this wiki locally