Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentRouteExplanation
Packages that use InvoicePaymentRouteExplanation
-
Uses of InvoicePaymentRouteExplanation in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type InvoicePaymentRouteExplanationMethods in dev.vality.damsel.payment_processing that return InvoicePaymentRouteExplanationModifier and TypeMethodDescriptionInvoicePaymentRouteExplanation.deepCopy()InvoicePaymentRouteExplanation.setIsChosen(boolean is_chosen) InvoicePaymentRouteExplanation.setLimits(List<TurnoverLimitValue> limits) InvoicePaymentRouteExplanation.setRejectionDescription(String rejection_description) InvoicePaymentRouteExplanation.setRoute(PaymentRoute route) InvoicePaymentRouteExplanation.setScores(PaymentRouteScores scores) Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoicePaymentRouteExplanationModifier and TypeMethodDescriptionInvoicePaymentExplanation.getExplainedRoutes()InvoicePaymentExplanation.getExplainedRoutesIterator()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRouteExplanationModifier and TypeMethodDescriptionvoidInvoicePaymentExplanation.addToExplainedRoutes(InvoicePaymentRouteExplanation elem) intInvoicePaymentRouteExplanation.compareTo(InvoicePaymentRouteExplanation other) booleanInvoicePaymentRouteExplanation.equals(InvoicePaymentRouteExplanation that) Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentRouteExplanationModifier and TypeMethodDescriptionInvoicePaymentExplanation.setExplainedRoutes(List<InvoicePaymentRouteExplanation> explained_routes) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRouteExplanationModifierConstructorDescriptionPerforms a deep copy on other.