EximTaxTable_IN::calcEPCGIncentiveTaxAmount Method
Calculates EPCG incentive tax amount.
Syntax
server public static container calcEPCGIncentiveTaxAmount(
TaxCode _taxCode,
TransDate _taxDate,
AmountMST _incentiveTaxBaseAmount,
AmountMST _balanceTaxAmount,
FormulaDesigner_IN _formulaDesigner,
Percent _epcgTaxPct,
CurrencyCode _sourceCurrencyCode,
TaxValue _taxPercent)
Run On
Server
Parameters
- _taxCode
Type: TaxCode Extended Data Type
The tax code.
- _taxDate
Type: TransDate Extended Data Type
The tax date.
- _incentiveTaxBaseAmount
Type: AmountMST Extended Data Type
The incentive tax base amount.
- _balanceTaxAmount
Type: AmountMST Extended Data Type
The balance tax amount.
- _formulaDesigner
Type: FormulaDesigner_IN Table
The formula designer.
- _epcgTaxPct
Type: Percent Extended Data Type
The epcg tax pct.
- _sourceCurrencyCode
Type: CurrencyCode Extended Data Type
The source currency code.
- _taxPercent
Type: TaxValue Extended Data Type
The tax percent.
Return Value
Type: container
The EPCG incentive tax amount.