PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
messagebird
/
php-rest-api
/
src
/
MessageBird
/
Objects
<?php namespace MessageBird\Objects; /** * Class Recipient * * @package MessageBird\Objects */ class Recipient extends Base { /** * The msisdn of the recipient * * @var int */ public $recipient; /** * The status of the message sent to the recipient. * Possible values for SMS are: scheduled, sent, buffered, * delivered, delivery_failed * * Possible values for voice messages are: calling, answered, * failed, busy, machine * * @var string */ public $status; /** * The datum time of the last status in RFC3339 format (Y-m-d\TH:i:sP) * * @var string */ public $statusDatetime; }
[-] 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]