I'm trying to tweak the MYOB module and would like the Tax Class (HST, GST) in a variable. (Not the value 7.000 or 13.000)
I've tried variations of this with no luck

Code:
$taxcode = $order->products[$i]['tax_class_id'];
Can anyone give me a hand on this?