TmpDirectTaxInquiryTable_IN::getAccumulatedAmountPerTaxType Method
Gets the tax amount for specified tax type.
Syntax
client server public static AmountMST getAccumulatedAmountPerTaxType(
TmpDirectTaxInquiryTable_IN _tmpTable,
TaxWithholdCodeType_IN _taxType,
FieldId _fieldId,
FieldName _fieldName)
Run On
Called
Parameters
- _tmpTable
Type: TmpDirectTaxInquiryTable_IN Table
The buffer of the TmpDirectTaxInquiryTable_IN table.
- _taxType
Type: TaxWithholdCodeType_IN Enumeration
The withholding tax type is used to find the record.
- _fieldId
Type: FieldId Extended Data Type
The field ID.
- _fieldName
Type: FieldName Extended Data Type
The field name.
Return Value
Type: AmountMST Extended Data Type
The withholding tax amount.