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 d912ecd commit 7f36fa7Copy full SHA for 7f36fa7
src/simpleModels/NumberPortabilityResponse.php
@@ -6,8 +6,10 @@ class NumberPortabilityResponse {
6
use BaseModel;
7
8
protected $fields = array(
9
+ "PortType" => array("type" => "string"),
10
"PortableNumbers" => array("type" => "\Iris\TnList"),
11
"SupportedRateCenters" => array("type" => "string"),
12
+ "SupportedTollFreeNumbers" => array("type" => "string"),
13
"UnsupportedRateCenters" => array("type" => "\Iris\RateCentersS"),
14
"PartnerSupportedRateCenters" => array("type" => "\Iris\RateCentersS"),
15
"SupportedLosingCarriers" => array("type" => "\Iris\SupportedLosingCarriers")
0 commit comments