Uses of Class
dev.vality.damsel.domain.CashFlowSelector
Packages that use CashFlowSelector
-
Uses of CashFlowSelector in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CashFlowSelectorModifier and TypeFieldDescriptionPaymentChargebackProvisionTerms.cash_flowPaymentRefundsProvisionTerms.cash_flowPaymentsProvisionTerms.cash_flowW2WServiceTerms.cash_flowWithdrawalProvisionTerms.cash_flowWithdrawalServiceTerms.cash_flowPaymentChargebackServiceTerms.feesPaymentRefundsServiceTerms.feesPaymentsServiceTerms.feesCashFlowDecision.then_Methods in dev.vality.damsel.domain that return CashFlowSelectorModifier and TypeMethodDescriptionstatic CashFlowSelectorCashFlowSelector.decisions(List<CashFlowDecision> value) CashFlowSelector.deepCopy()PaymentChargebackProvisionTerms.getCashFlow()PaymentRefundsProvisionTerms.getCashFlow()PaymentsProvisionTerms.getCashFlow()W2WServiceTerms.getCashFlow()WithdrawalProvisionTerms.getCashFlow()WithdrawalServiceTerms.getCashFlow()PaymentChargebackServiceTerms.getFees()PaymentRefundsServiceTerms.getFees()PaymentsServiceTerms.getFees()CashFlowDecision.getThen()static CashFlowSelectorCashFlowSelector.value(List<CashFlowPosting> value) Methods in dev.vality.damsel.domain with parameters of type CashFlowSelectorModifier and TypeMethodDescriptionintCashFlowSelector.compareTo(CashFlowSelector other) booleanCashFlowSelector.equals(CashFlowSelector other) PaymentChargebackProvisionTerms.setCashFlow(CashFlowSelector cash_flow) PaymentRefundsProvisionTerms.setCashFlow(CashFlowSelector cash_flow) PaymentsProvisionTerms.setCashFlow(CashFlowSelector cash_flow) W2WServiceTerms.setCashFlow(CashFlowSelector cash_flow) WithdrawalProvisionTerms.setCashFlow(CashFlowSelector cash_flow) WithdrawalServiceTerms.setCashFlow(CashFlowSelector cash_flow) PaymentChargebackServiceTerms.setFees(CashFlowSelector fees) PaymentRefundsServiceTerms.setFees(CashFlowSelector fees) PaymentsServiceTerms.setFees(CashFlowSelector fees) CashFlowDecision.setThen(CashFlowSelector then_) Constructors in dev.vality.damsel.domain with parameters of type CashFlowSelectorModifierConstructorDescriptionCashFlowDecision(Predicate if_, CashFlowSelector then_) CashFlowSelector(CashFlowSelector other) PaymentChargebackProvisionTerms(CashFlowSelector cash_flow) PaymentRefundsProvisionTerms(CashFlowSelector cash_flow)