WC_Order_Data_Store_Interface::get_total_shipping_refunded()publicWC 1.0

Get the total shipping refunded.

Method of the class: WC_Order_Data_Store_Interface{}

No Hooks.

Return

float.

Usage

$WC_Order_Data_Store_Interface = new WC_Order_Data_Store_Interface();
$WC_Order_Data_Store_Interface->get_total_shipping_refunded( $order );
$order(WC_Order) (required)
Order object.

WC_Order_Data_Store_Interface::get_total_shipping_refunded() code WC 8.7.0

public function get_total_shipping_refunded( $order );