TaxTable.calcPctPerNetOrAmountByUnit_IN Method

This method calculates the India specific Indirect taxes.

Syntax

public TaxAmountCur calcPctPerNetOrAmountByUnit_IN(
    TmpTax _tmpTax, 
    TaxBase _calculatedBase, 
    CurrencyCode _sourceCurrencyCode, 
    SalesPurchJournalLine_IN _salesPurchJournalLine)

Run On

Called

Parameters

  • _salesPurchJournalLine
    Type: SalesPurchJournalLine_IN Map
    The map that contains order lines(SalesLine/PurchLine/CustInvoiceLine/LedgerJournalTransLine etc)

Return Value

Type: TaxAmountCur Extended Data Type
The tax amount calculated.

See Also

Reference

TaxTable Table