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 b8529aa commit f754640Copy full SHA for f754640
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