Skip to content

Commit 7f36fa7

Browse files
committed
Added missing fields in NumberPortabilityResponse
1 parent d912ecd commit 7f36fa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/simpleModels/NumberPortabilityResponse.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ class NumberPortabilityResponse {
66
use BaseModel;
77

88
protected $fields = array(
9+
"PortType" => array("type" => "string"),
910
"PortableNumbers" => array("type" => "\Iris\TnList"),
1011
"SupportedRateCenters" => array("type" => "string"),
12+
"SupportedTollFreeNumbers" => array("type" => "string"),
1113
"UnsupportedRateCenters" => array("type" => "\Iris\RateCentersS"),
1214
"PartnerSupportedRateCenters" => array("type" => "\Iris\RateCentersS"),
1315
"SupportedLosingCarriers" => array("type" => "\Iris\SupportedLosingCarriers")

0 commit comments

Comments
 (0)