EximTaxTable_IN::epcgTaxAmount Method
Gets epcg tax amount.
Syntax
server public static AmountMST epcgTaxAmount(
TaxableBasis_IN _taxableBasis,
AmountMST _baseAmount,
[EximPercentage_IN _eximTaxPercent,
TaxValue _taxValue])
Run On
Server
Parameters
- _taxableBasis
Type: TaxableBasis_IN Enumeration
The taxable basis.
- _baseAmount
Type: AmountMST Extended Data Type
The base amount.
- _eximTaxPercent
Type: EximPercentage_IN Extended Data Type
The exim tax percent.
- _taxValue
Type: TaxValue Extended Data Type
The tax value.
Return Value
Type: AmountMST Extended Data Type
The instance of the AmountMST class.