WC_Order_Item_Product::set_total_tax( string $value )

Line total tax (after discounts).


Description Description


Parameters Parameters

$value

(Required) Total tax.


Top ↑

Source Source

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

	public function set_total_tax( $value ) {
		$this->set_prop( 'total_tax', wc_format_decimal( $value ) );
	}


Top ↑

User Contributed Notes User Contributed Notes

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