WC_Order_Refund::get_formatted_refund_amount PHP Method

get_formatted_refund_amount() public method

Get formatted refunded amount.
Since: 2.4
    public function get_formatted_refund_amount()
    {
        return apply_filters('woocommerce_formatted_refund_amount', wc_price($this->get_amount(), array('currency' => $this->get_currency())), $this);
    }