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.
2 parents 3ab5136 + 2341803 commit 46c4b5fCopy full SHA for 46c4b5f
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