Validates that the discount value is between 0 to 100 when type is percent
Syntax
private boolean validateDiscountValue()
Run On
Called
Return Value
Type: boolean
true if the range is valid; otherwise, false.
Validates that the discount value is between 0 to 100 when type is percent
private boolean validateDiscountValue()
Called
Type: boolean
true if the range is valid; otherwise, false.