Uses of Class
dev.vality.damsel.domain.FeeSelector
Packages that use FeeSelector
-
Uses of FeeSelector in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as FeeSelectorModifier and TypeFieldDescriptionPaymentChargebackProvisionTerms.feesW2WServiceTerms.feesFeeDecision.then_Methods in dev.vality.damsel.domain that return FeeSelectorModifier and TypeMethodDescriptionstatic FeeSelectorFeeSelector.decisions(List<FeeDecision> value) FeeSelector.deepCopy()PaymentChargebackProvisionTerms.getFees()W2WServiceTerms.getFees()FeeDecision.getThen()static FeeSelectorMethods in dev.vality.damsel.domain with parameters of type FeeSelectorModifier and TypeMethodDescriptionintFeeSelector.compareTo(FeeSelector other) booleanFeeSelector.equals(FeeSelector other) PaymentChargebackProvisionTerms.setFees(FeeSelector fees) W2WServiceTerms.setFees(FeeSelector fees) FeeDecision.setThen(FeeSelector then_) Constructors in dev.vality.damsel.domain with parameters of type FeeSelectorModifierConstructorDescriptionFeeDecision(Predicate if_, FeeSelector then_) FeeSelector(FeeSelector other)