WC_Order_Item_Coupon::get_discount PHP Method

get_discount() public method

Get discount amount.
public get_discount ( string $context = 'view' ) : string
$context string
return string
    public function get_discount($context = 'view')
    {
        return $this->get_prop('discount', $context);
    }