WC_Order_Item_Coupon::get_discount PHP Метод

get_discount() публичный Метод

Get discount amount.
public get_discount ( string $context = 'view' ) : string
$context string
Результат string
    public function get_discount($context = 'view')
    {
        return $this->get_prop('discount', $context);
    }