TaxData::findExcisePercent_IN Method
Finds excise percent.
Syntax
client server public static TaxValue findExcisePercent_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.