WC_Order_Item_Tax::set_compound( bool $value )
Set compound.
Description Description
Parameters Parameters
- $value
-
(Required) If tax is compound.
Source Source
File: includes/class-wc-order-item-tax.php
public function set_compound( $value ) { $this->set_prop( 'compound', (bool) $value ); }