WC_Order_Item_Fee::set_total_tax( string $amount )

Set total tax.


Description Description


Parameters Parameters

$amount

(Required) Amount.


Top ↑

Source Source

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

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


Top ↑

User Contributed Notes User Contributed Notes

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