TaxData.percentForTax_IN Method
Gets the percent for tax.
Syntax
public TaxValue percentForTax_IN(
TaxCode _taxCode,
TransDate _date,
TaxBase _amount,
SalesPurchJournalLine_IN _salesPurchJournalLine)
Run On
Called
Parameters
- _taxCode
Type: TaxCode Extended Data Type
The tax code.
- _date
Type: TransDate Extended Data Type
The date.
- _amount
Type: TaxBase Extended Data Type
The amount.
- _salesPurchJournalLine
Type: SalesPurchJournalLine_IN Map
The sales purch journal line.
Return Value
Type: TaxValue Extended Data Type
The instance of the TaxValue class.