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.
Finds percent value of tax data.
Syntax
client server public static TaxValue findPercentValue_IN(
TaxCode _taxCode,
TransDate _date,
TaxBase _base)
Run On
Called
Parameters
- _taxCode
Type: TaxCode Extended Data Type
The tax code.
- _date
Type: TransDate Extended Data Type
The transaction date.
- _base
Type: TaxBase Extended Data Type
The tax base.
Return Value
Type: TaxValue Extended Data Type
The instance of the TaxValue class.