TaxUncommitted::getExcludedIndirectTaxAmountforWHT_IN Method
Gets indirect tax amount in transaction currency.
Syntax
server public static TaxAmountCur getExcludedIndirectTaxAmountforWHT_IN(
RefTableId _sourceTableId,
RefRecId _sourceRecId,
TaxItemGroup _taxItemGroup,
VendAccount _vendAccountLoc,
TaxWithholdGroup _taxWithholdGroup)
Run On
Server
Parameters
- _sourceTableId
Type: RefTableId Extended Data Type
The tableId of the source table.
- _sourceRecId
Type: RefRecId Extended Data Type
The recId of the source table.
- _taxItemGroup
Type: TaxItemGroup Extended Data Type
The TaxItemGroup attached for the transaction.
- _vendAccountLoc
Type: VendAccount Extended Data Type
Vendor Account.
- _taxWithholdGroup
Type: TaxWithholdGroup Extended Data Type
The TaxWithholdGroup attached for the transaction.
Return Value
Type: TaxAmountCur Extended Data Type
returns the tax amount.