WC_Order_Item_Tax::is_compound()

Is this a compound tax rate?


Description Description


Return Return

(boolean)


Top ↑

Source Source

File: includes/class-wc-order-item-tax.php

	public function is_compound() {
		return $this->get_compound();
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.