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);
    }