WC_Order_Item_Tax::is_compound()
Is this a compound tax rate?
Description Description
Return Return
(boolean)
Source Source
File: includes/class-wc-order-item-tax.php
public function is_compound() { return $this->get_compound(); }
Is this a compound tax rate?
(boolean)
File: includes/class-wc-order-item-tax.php
public function is_compound() { return $this->get_compound(); }