WC_Order_Item_Tax::is_compound()
Is this a compound tax rate?
Method of the class: WC_Order_Item_Tax{}
No Hooks.
Return
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 9.6.0
public function is_compound() { return $this->get_compound(); }