Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether to use the commission amount.
Syntax
public boolean calcCommissionAmount(
Amount CommissionAmount,
Amount MinAmount,
Amount AccCommissionAmount,
Amount AccMinAmount)
Run On
Client
Parameters
- CommissionAmount
Type: Amount Extended Data Type
A value for the commission amount.
- MinAmount
Type: Amount Extended Data Type
A value for the minimum amount.
- AccCommissionAmount
Type: Amount Extended Data Type
A value for the commission amount through an account.
- AccMinAmount
Type: Amount Extended Data Type
A value for the minimum amount through an account.
Return Value
Type: boolean
true if the commission amount can be used; otherwise, false.