TaxWithholdGroupHeading::checkTaxTypeMatchingTaxGroup Method
Indicates whether a specified withholding tax group belongs to a specified withholding tax type.
Syntax
client server public static boolean checkTaxTypeMatchingTaxGroup(TaxWithholdGroup _withholdTaxGroup, TaxWithholdCodeType_IN _withholdTaxType)
Run On
Called
Parameters
- _withholdTaxGroup
Type: TaxWithholdGroup Extended Data Type
The withholding tax group to check.
- _withholdTaxType
Type: TaxWithholdCodeType_IN Enumeration
The withholding tax type to check.
Return Value
Type: boolean
true if the specified withholding tax group belongs to the specified withholding tax type; otherwise, false.