PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
messagebird
/
php-rest-api
/
src
/
MessageBird
/
Objects
<?php namespace MessageBird\Objects; /** * Class Number * * Represents a specific phone number * * @package MessageBird\Objects */ class Number extends Base { /** * The phone number in E.164 format without the prefixed plus-sign. * @var string */ public $number; /** * The Number's country * @var string */ public $country; /** * The country code for this number in ISO 3166-1 alpha-2 format. * @var string */ public $region; /** * Finer-grained locality for this Number * @var string */ public $locality; /** * The available features for this Number * @var array */ public $features; /** * Additional user-provided tags for this Number * @var array */ public $tags = []; /** * Number type (example: landline, mobile). * @var string */ public $type; /** * Number availability and current activated status * @var string */ public $status; }
[-] Message.php
[edit]
[-] Hlr.php
[edit]
[-] BaseList.php
[edit]
[+]
..
[-] Balance.php
[edit]
[-] NumberPurchaseRequest.php
[edit]
[+]
PartnerAccount
[+]
Conversation
[-] SignedRequest.php
[edit]
[-] Verify.php
[edit]
[-] Contact.php
[edit]
[-] Recipient.php
[edit]
[-] Number.php
[edit]
[-] Base.php
[edit]
[+]
Voice
[-] Lookup.php
[edit]
[-] MmsMessage.php
[edit]
[-] VoiceMessage.php
[edit]
[+]
Chat
[-] Group.php
[edit]