TaxWithholdTrans_IN::isThresholdExceededForAccount Method
Checks whether the threshold was not exceeded for the specified tax withhold group.
Syntax
client server public static boolean isThresholdExceededForAccount(
AccountNum _accountNum,
TaxWithholdGroup _taxWithholdGroup,
TransDate _transDate)
Run On
Called
Parameters
- _accountNum
Type: AccountNum Extended Data Type
An account number value.
- _taxWithholdGroup
Type: TaxWithholdGroup Extended Data Type
A TaxWithholdGroup value.
- _transDate
Type: TransDate Extended Data Type
A TransDate value.
Return Value
Type: boolean
true if the threshold was not exceeded; otherwise, false.