WC_Order_Item_Shipping::get_type
Get order item type.
Method of the class: WC_Order_Item_Shipping{}
No Hooks.
Returns
String.
Usage
$WC_Order_Item_Shipping = new WC_Order_Item_Shipping(); $WC_Order_Item_Shipping->get_type();
WC_Order_Item_Shipping::get_type() WC Order Item Shipping::get type code WC 10.8.1
public function get_type() {
return 'shipping';
}