Uses of Class
dev.vality.damsel.domain.PayoutMethodSelector
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PayoutMethodSelector in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PayoutMethodSelector Modifier and Type Field Description PayoutMethodSelectorPayoutsServiceTerms. payout_methodsPayoutMethodSelectorWithdrawalProvisionTerms. payout_methodsPayoutMethodSelectorPayoutMethodDecision. then_Methods in dev.vality.damsel.domain that return PayoutMethodSelector Modifier and Type Method Description static PayoutMethodSelectorPayoutMethodSelector. decisions(List<PayoutMethodDecision> value)PayoutMethodSelectorPayoutMethodSelector. deepCopy()PayoutMethodSelectorPayoutsServiceTerms. getPayoutMethods()PayoutMethodSelectorWithdrawalProvisionTerms. getPayoutMethods()PayoutMethodSelectorPayoutMethodDecision. getThen()static PayoutMethodSelectorPayoutMethodSelector. value(Set<PayoutMethodRef> value)Methods in dev.vality.damsel.domain with parameters of type PayoutMethodSelector Modifier and Type Method Description intPayoutMethodSelector. compareTo(PayoutMethodSelector other)booleanPayoutMethodSelector. equals(PayoutMethodSelector other)PayoutsServiceTermsPayoutsServiceTerms. setPayoutMethods(PayoutMethodSelector payout_methods)WithdrawalProvisionTermsWithdrawalProvisionTerms. setPayoutMethods(PayoutMethodSelector payout_methods)PayoutMethodDecisionPayoutMethodDecision. setThen(PayoutMethodSelector then_)Constructors in dev.vality.damsel.domain with parameters of type PayoutMethodSelector Constructor Description PayoutMethodDecision(Predicate if_, PayoutMethodSelector then_)PayoutMethodSelector(PayoutMethodSelector other)