* @license MIT * @link http://retailcrm.ru * @see http://retailcrm.ru/docs */ namespace Intaro\RetailCrm\Model\Api\Request; use Intaro\RetailCrm\Component\Json\Mapping; /** * Trait EntityByTrait * * @package Intaro\RetailCrm\Model\Api\Request */ trait EntityByTrait { /** * @var string * * @Mapping\Type("string") * @Mapping\SerializedName("entityBy") */ public $entityBy; }