We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab5136 commit 411875eCopy full SHA for 411875e
src/PortoutModel.php
@@ -102,7 +102,10 @@ class Portout extends RestEntry {
102
"ListOfPhoneNumbers" => array("type" => "\Iris\Phones"),
103
"SiteId" => array("type" => "string"),
104
"Triggered" => array("type" => "string"),
105
- "BillingType" => array("type" => "string")
+ "BillingType" => array("type" => "string"),
106
+ "PortOutStatus" => array("type" => "string"),
107
+ "ActualFocDate" => array("type" => "string")
108
+ "SPID" => array("type" => "string")
109
);
110
111
public function __construct($parent, $data) {
0 commit comments