| Class | Description |
|---|---|
| CurrencyConstraintsKt | |
| CurrencyEquals |
Represents a constraint that validate if the currency unit is equal to another value
|
| CurrencyIn |
Represents a constraint that validate if the currency unit is equal to one of the values
|
| CurrencyNotEquals |
Represents a constraint that validate if the currency unit isn't equal to another value
|
| CurrencyNotIn |
Represents a constraint that validate if the currency unit isn't equal to any value
|