Uses of Class
dev.vality.damsel.domain.PaymentMethodDecision
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PaymentMethodDecision in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return PaymentMethodDecision Modifier and Type Method Description PaymentMethodDecisionPaymentMethodDecision. deepCopy()PaymentMethodDecisionPaymentMethodDecision. setIf(Predicate if_)PaymentMethodDecisionPaymentMethodDecision. setThen(PaymentMethodSelector then_)Methods in dev.vality.damsel.domain that return types with arguments of type PaymentMethodDecision Modifier and Type Method Description List<PaymentMethodDecision>PaymentMethodSelector. getDecisions()Methods in dev.vality.damsel.domain with parameters of type PaymentMethodDecision Modifier and Type Method Description intPaymentMethodDecision. compareTo(PaymentMethodDecision other)booleanPaymentMethodDecision. equals(PaymentMethodDecision that)Method parameters in dev.vality.damsel.domain with type arguments of type PaymentMethodDecision Modifier and Type Method Description static PaymentMethodSelectorPaymentMethodSelector. decisions(List<PaymentMethodDecision> value)voidPaymentMethodSelector. setDecisions(List<PaymentMethodDecision> value)Constructors in dev.vality.damsel.domain with parameters of type PaymentMethodDecision Constructor Description PaymentMethodDecision(PaymentMethodDecision other)Performs a deep copy on other.