WC_Product::set_downloadable PHP Method

set_downloadable() public method

Set if the product is downloadable.
Since: 2.7.0
public set_downloadable ( $downloadable )
    public function set_downloadable($downloadable)
    {
        $this->set_prop('downloadable', wc_string_to_bool($downloadable));
    }
WC_Product