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\Subscription;
use Commercetools\Core\Model\Common\JsonObject;
* @package Commercetools\Core\Model\Subscription
*
* @method string getResourceTypeId()
* @method ChangeSubscription setResourceTypeId(string $resourceTypeId = null)
class ChangeSubscription extends JsonObject
{
public function fieldDefinitions()
return [
'resourceTypeId' => [static::TYPE => 'string'],
];
}