Uses of Class
dev.vality.damsel.domain.PaymentMethodSelector
Packages that use PaymentMethodSelector
-
Uses of PaymentMethodSelector in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PaymentMethodSelectorModifier and TypeFieldDescriptionWithdrawalServiceTerms.methodsPaymentHoldsServiceTerms.payment_methodsPaymentRefundsServiceTerms.payment_methodsPaymentsProvisionTerms.payment_methodsPaymentsServiceTerms.payment_methodsRecurrentPaytoolsProvisionTerms.payment_methodsRecurrentPaytoolsServiceTerms.payment_methodsPaymentMethodDecision.then_Methods in dev.vality.damsel.domain that return PaymentMethodSelectorModifier and TypeMethodDescriptionstatic PaymentMethodSelectorPaymentMethodSelector.decisions(List<PaymentMethodDecision> value) PaymentMethodSelector.deepCopy()WithdrawalServiceTerms.getMethods()PaymentHoldsServiceTerms.getPaymentMethods()PaymentRefundsServiceTerms.getPaymentMethods()PaymentsProvisionTerms.getPaymentMethods()PaymentsServiceTerms.getPaymentMethods()RecurrentPaytoolsProvisionTerms.getPaymentMethods()RecurrentPaytoolsServiceTerms.getPaymentMethods()PaymentMethodDecision.getThen()static PaymentMethodSelectorPaymentMethodSelector.value(Set<PaymentMethodRef> value) Methods in dev.vality.damsel.domain with parameters of type PaymentMethodSelectorModifier and TypeMethodDescriptionintPaymentMethodSelector.compareTo(PaymentMethodSelector other) booleanPaymentMethodSelector.equals(PaymentMethodSelector other) WithdrawalServiceTerms.setMethods(PaymentMethodSelector methods) PaymentHoldsServiceTerms.setPaymentMethods(PaymentMethodSelector payment_methods) PaymentRefundsServiceTerms.setPaymentMethods(PaymentMethodSelector payment_methods) PaymentsProvisionTerms.setPaymentMethods(PaymentMethodSelector payment_methods) PaymentsServiceTerms.setPaymentMethods(PaymentMethodSelector payment_methods) RecurrentPaytoolsProvisionTerms.setPaymentMethods(PaymentMethodSelector payment_methods) RecurrentPaytoolsServiceTerms.setPaymentMethods(PaymentMethodSelector payment_methods) PaymentMethodDecision.setThen(PaymentMethodSelector then_) Constructors in dev.vality.damsel.domain with parameters of type PaymentMethodSelectorModifierConstructorDescriptionPaymentMethodDecision(Predicate if_, PaymentMethodSelector then_) RecurrentPaytoolsProvisionTerms(CashValueSelector cash_value, CategorySelector categories, PaymentMethodSelector payment_methods)