Uses of Class
dev.vality.damsel.domain.CryptoCurrencyCondition
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CryptoCurrencyCondition in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return CryptoCurrencyCondition Modifier and Type Method Description CryptoCurrencyConditionCryptoCurrencyCondition. deepCopy()CryptoCurrencyConditionPaymentToolCondition. getCryptoCurrency()CryptoCurrencyConditionCryptoCurrencyCondition. setDefinition(CryptoCurrencyConditionDefinition definition)Methods in dev.vality.damsel.domain with parameters of type CryptoCurrencyCondition Modifier and Type Method Description intCryptoCurrencyCondition. compareTo(CryptoCurrencyCondition other)static PaymentToolConditionPaymentToolCondition. crypto_currency(CryptoCurrencyCondition value)booleanCryptoCurrencyCondition. equals(CryptoCurrencyCondition that)voidPaymentToolCondition. setCryptoCurrency(CryptoCurrencyCondition value)Constructors in dev.vality.damsel.domain with parameters of type CryptoCurrencyCondition Constructor Description CryptoCurrencyCondition(CryptoCurrencyCondition other)Performs a deep copy on other.