WC_Order_Item_Coupon::get_discount_tax PHP Method

get_discount_tax() public method

Get discounted tax amount.
public get_discount_tax ( $context = 'view' ) : string
return string
    public function get_discount_tax($context = 'view')
    {
        return $this->get_prop('discount_tax', $context);
    }