Uses of Class
dev.vality.damsel.domain.CashLimitSelector
Packages that use CashLimitSelector
-
Uses of CashLimitSelector in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CashLimitSelectorModifier and TypeFieldDescriptionPartialRefundsProvisionTerms.cash_limitPartialRefundsServiceTerms.cash_limitPaymentsProvisionTerms.cash_limitPaymentsServiceTerms.cash_limitW2WServiceTerms.cash_limitWithdrawalProvisionTerms.cash_limitWithdrawalServiceTerms.cash_limitCashLimitDecision.then_WalletServiceTerms.wallet_limitMethods in dev.vality.damsel.domain that return CashLimitSelectorModifier and TypeMethodDescriptionstatic CashLimitSelectorCashLimitSelector.decisions(List<CashLimitDecision> value) CashLimitSelector.deepCopy()PartialRefundsProvisionTerms.getCashLimit()PartialRefundsServiceTerms.getCashLimit()PaymentsProvisionTerms.getCashLimit()PaymentsServiceTerms.getCashLimit()W2WServiceTerms.getCashLimit()WithdrawalProvisionTerms.getCashLimit()WithdrawalServiceTerms.getCashLimit()CashLimitDecision.getThen()WalletServiceTerms.getWalletLimit()static CashLimitSelectorMethods in dev.vality.damsel.domain with parameters of type CashLimitSelectorModifier and TypeMethodDescriptionintCashLimitSelector.compareTo(CashLimitSelector other) booleanCashLimitSelector.equals(CashLimitSelector other) PartialRefundsProvisionTerms.setCashLimit(CashLimitSelector cash_limit) PartialRefundsServiceTerms.setCashLimit(CashLimitSelector cash_limit) PaymentsProvisionTerms.setCashLimit(CashLimitSelector cash_limit) PaymentsServiceTerms.setCashLimit(CashLimitSelector cash_limit) W2WServiceTerms.setCashLimit(CashLimitSelector cash_limit) WithdrawalProvisionTerms.setCashLimit(CashLimitSelector cash_limit) WithdrawalServiceTerms.setCashLimit(CashLimitSelector cash_limit) CashLimitDecision.setThen(CashLimitSelector then_) WalletServiceTerms.setWalletLimit(CashLimitSelector wallet_limit) Constructors in dev.vality.damsel.domain with parameters of type CashLimitSelectorModifierConstructorDescriptionCashLimitDecision(Predicate if_, CashLimitSelector then_) PartialRefundsProvisionTerms(CashLimitSelector cash_limit)