WC_Order_Item_Tax::get_type()publicWC 1.0

Get order item type.

Method of the class: WC_Order_Item_Tax{}

No Hooks.

Return

String.

Usage

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

WC_Order_Item_Tax::get_type() code WC 8.7.0

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