* @copyright 2022 ECSoft * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of ECSoft */ class EcsGtmProGtmParams { public $ecomm_pagetype; public $ecomm_prodid; public $ecomm_totalvalue; public $ecomm_category; public function removeNull() { EcsGtmProTools::removeNull($this); } }