diff --git a/src/simpleModels/Features.php b/src/simpleModels/Features.php index 1faec2f..f525bbd 100644 --- a/src/simpleModels/Features.php +++ b/src/simpleModels/Features.php @@ -20,6 +20,7 @@ class Feature { protected $fields = array( "Status" => array("type" => "string"), + "CallerName" => array("type" => "string"), "SubscriberType" => array("type" => "string"), "SubscriberInformation" => array("type" => "string"), "UseType" => array("type" => "string"),