Skip to content

Commit 46c4b5f

Browse files
authored
Merge pull request #71 from tm1000/patch-1
Update PortoutModel.php
2 parents 3ab5136 + 2341803 commit 46c4b5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/PortoutModel.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ class Portout extends RestEntry {
102102
"ListOfPhoneNumbers" => array("type" => "\Iris\Phones"),
103103
"SiteId" => array("type" => "string"),
104104
"Triggered" => array("type" => "string"),
105-
"BillingType" => array("type" => "string")
105+
"BillingType" => array("type" => "string"),
106+
"PortOutStatus" => array("type" => "string"),
107+
"ActualFocDate" => array("type" => "string"),
108+
"SPID" => array("type" => "string")
106109
);
107110

108111
public function __construct($parent, $data) {

0 commit comments

Comments
 (0)