-
Notifications
You must be signed in to change notification settings - Fork 3
PhoneNumberFeatures
André Matthies edited this page Feb 6, 2025
·
1 revision
- Full name:
\Seven\Api\Resource\Numbers\PhoneNumberFeatures
protected bool $applicationToPersonSms
protected bool $sms
protected bool $voice
public __construct(object $data): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$data |
object |
public isApplicationToPersonSms(): bool
public setApplicationToPersonSms(bool $applicationToPersonSms): \Seven\Api\Resource\Numbers\PhoneNumberFeatures
Parameters:
Parameter | Type | Description |
---|---|---|
$applicationToPersonSms |
bool |
public isSms(): bool
public setSms(bool $sms): \Seven\Api\Resource\Numbers\PhoneNumberFeatures
Parameters:
Parameter | Type | Description |
---|---|---|
$sms |
bool |
public isVoice(): bool
public setVoice(bool $voice): \Seven\Api\Resource\Numbers\PhoneNumberFeatures
Parameters:
Parameter | Type | Description |
---|---|---|
$voice |
bool |
Automatically generated on 2025-02-06