public function __construct($type = null, $value = null, $ProductDimensionType = null) { parent::__construct(); $this->type = $type; $this->value = $value; $this->ProductDimensionType = $ProductDimensionType; }
public function __construct($ProductDimensionType = null) { parent::__construct(); $this->ProductDimensionType = $ProductDimensionType; }
public function __construct($channel = null, $ProductDimensionType = null) { parent::__construct(); $this->channel = $channel; $this->ProductDimensionType = $ProductDimensionType; }