DiscountPercentage

final case class DiscountPercentage(n: DecimalInOpenClosedRange[0.0d, 1.0d])

A discount percentage, expressed as a number between 0 (exclusive) and 100 (inclusive).

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product