for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author @jayS-de <[email protected]>
*/
namespace Commercetools\Core\Model\Message;
use Commercetools\Core\Model\Common\JsonObject;
* @package Commercetools\Core\Model\Message
*
* @method bool getEnabled()
* @method MessagesConfiguration setEnabled(bool $enabled = null)
class MessagesConfiguration extends JsonObject
{
public function fieldDefinitions()
return [
'enabled' => [static::TYPE => 'bool'],
];
}