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 d0761fc + 81189c5 commit 9163777Copy full SHA for 9163777
src/PortinsModel.php
@@ -106,7 +106,8 @@ class Portin extends RestEntry {
106
"ListOfPhoneNumbers" => array("type" => "\Iris\Phones"),
107
"SiteId" => array("type" => "string"),
108
"Triggered" => array("type" => "string"),
109
- "BillingType" => array("type" => "string")
+ "BillingType" => array("type" => "string"),
110
+ "TargetRespOrgId" => array("type" => "string")
111
);
112
113
public function __construct($parent, $data) {
0 commit comments