RetailPosPermissionGroup.validateDiscountPct Method
Validates the discount percentage value.
Syntax
public boolean validateDiscountPct(RetailMaxDiscountPct _disccountPct)
Run On
Called
Parameters
- _disccountPct
Type: RetailMaxDiscountPct Extended Data Type
The percentage of the discount.
Return Value
Type: boolean
true if discount percentage value is in between 0 and 100; otherwise, false.