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 8dbedbe commit a038940Copy full SHA for a038940
src/simpleModels/MessageSettings.php
@@ -6,7 +6,8 @@ class MessageSettings {
6
use BaseModel;
7
8
protected $fields = array(
9
- "SmsEnabled" => array("type" => "string")
+ "SmsEnabled" => array("type" => "string"),
10
+ "CampaignFullyProvisioned" => array("type" => "string")
11
);
12
public function __construct($data) {
13
$this->set_data($data);
0 commit comments