WC_Order_Item_Fee::get_type()publicWC 1.0

Get order item type.

Method of the class: WC_Order_Item_Fee{}

No Hooks.

Return

String.

Usage

$WC_Order_Item_Fee = new WC_Order_Item_Fee();
$WC_Order_Item_Fee->get_type();

WC_Order_Item_Fee::get_type() code WC 8.6.1

public function get_type() {
	return 'fee';
}