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.
Validates the commission amount.
Syntax
public boolean useCommissionAmount(
Amount CommissionAmount,
Amount MinAmount,
[Amount AccCommissionAmount,
Months AccMonths])
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.
- AccMonths
Type: Months Extended Data Type
A value for the number of months.
Return Value
Type: boolean
true if the commission amount is larger than the minimum amount; otherwise, false.