PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
messagebird
/
php-rest-api
/
src
/
MessageBird
/
Objects
<?php namespace MessageBird\Objects; /** * Class NumberPurchaseRequest * * Represents a specific phone number * * @package MessageBird\Objects */ class NumberPurchaseRequest extends Base { /** * The phone number in E.164 format without the prefixed plus-sign. * @var string */ public $number; /** * The country code for this number in ISO 3166-1 alpha-2 format. * * @var string */ public $countryCode; /** * The interval in months that this number will be billed by */ public $billingIntervalMonths; }
[-] 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]