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 8dbedbe + a038940 commit e2fc110Copy full SHA for e2fc110
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