Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the currency amount depending on if the sales price will include taxes or not.
Syntax
public AmountCur postTransTurnover(AmountCur _returnValue)
Run On
Called
Parameters
- _returnValue
Type: AmountCur Extended Data Type
The AmountCur object that represents the amount calculated without taxes.
Return Value
Type: AmountCur Extended Data Type
An AmountCur object, either the original parameter value or a new object that reflects sales tax.
Remarks
This method only triggers if the BrazilParameters::isEnabled method returns true from the transTurnover value that is used for the post-handler.