WC_Order_Item_Tax::is_compound
Is this a compound tax rate?
Method of the class: WC_Order_Item_Tax{}
No Hooks.
Returns
true|false.
Usage
$WC_Order_Item_Tax = new WC_Order_Item_Tax(); $WC_Order_Item_Tax->is_compound();
WC_Order_Item_Tax::is_compound() WC Order Item Tax::is compound code WC 10.4.3
public function is_compound() {
return $this->get_compound();
}