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 b8529aa + f754640 commit 74ac3eeCopy full SHA for 74ac3ee
src/simpleModels/Features.php
@@ -20,6 +20,7 @@ class Feature {
20
21
protected $fields = array(
22
"Status" => array("type" => "string"),
23
+ "CallerName" => array("type" => "string"),
24
"SubscriberType" => array("type" => "string"),
25
"SubscriberInformation" => array("type" => "string"),
26
"UseType" => array("type" => "string"),
0 commit comments