Uses of Class
dev.vality.damsel.payment_processing.TurnoverLimitValue
Packages that use TurnoverLimitValue
-
Uses of TurnoverLimitValue in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type TurnoverLimitValueModifier and TypeFieldDescriptionInvoicePaymentRouteChanged.limitsInvoicePaymentRouteExplanation.limitsInvoicingSrv.GetPaymentRoutesLimitValues_result.successMethods in dev.vality.damsel.payment_processing that return TurnoverLimitValueModifier and TypeMethodDescriptionTurnoverLimitValue.deepCopy()TurnoverLimitValue.setLimit(TurnoverLimit limit) TurnoverLimitValue.setValue(long value) Methods in dev.vality.damsel.payment_processing that return types with arguments of type TurnoverLimitValueModifier and TypeMethodDescriptionInvoicePaymentRouteChanged.getLimits()InvoicePaymentRouteExplanation.getLimits()InvoicePaymentRouteExplanation.getLimitsIterator()InvoicingSrv.Client.getPaymentRoutesLimitValues(String id, String payment_id) InvoicingSrv.Iface.getPaymentRoutesLimitValues(String id, String payment_id) InvoicingSrv.AsyncClient.GetPaymentRoutesLimitValues_call.getResult()org.apache.thrift.async.AsyncMethodCallback<Map<PaymentRoute,List<TurnoverLimitValue>>> InvoicingSrv.AsyncProcessor.GetPaymentRoutesLimitValues.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) InvoicingSrv.GetPaymentRoutesLimitValues_result.getSuccess()InvoicingSrv.Client.recvGetPaymentRoutesLimitValues()Methods in dev.vality.damsel.payment_processing with parameters of type TurnoverLimitValueModifier and TypeMethodDescriptionvoidInvoicePaymentRouteExplanation.addToLimits(TurnoverLimitValue elem) intTurnoverLimitValue.compareTo(TurnoverLimitValue other) booleanTurnoverLimitValue.equals(TurnoverLimitValue that) Method parameters in dev.vality.damsel.payment_processing with type arguments of type TurnoverLimitValueModifier and TypeMethodDescriptionvoidInvoicingSrv.AsyncClient.getPaymentRoutesLimitValues(String id, String payment_id, org.apache.thrift.async.AsyncMethodCallback<Map<PaymentRoute, List<TurnoverLimitValue>>> resultHandler) voidInvoicingSrv.AsyncIface.getPaymentRoutesLimitValues(String id, String payment_id, org.apache.thrift.async.AsyncMethodCallback<Map<PaymentRoute, List<TurnoverLimitValue>>> resultHandler) voidInvoicePaymentRouteChanged.putToLimits(PaymentRoute key, List<TurnoverLimitValue> val) voidInvoicingSrv.GetPaymentRoutesLimitValues_result.putToSuccess(PaymentRoute key, List<TurnoverLimitValue> val) InvoicePaymentRouteChanged.setLimits(Map<PaymentRoute, List<TurnoverLimitValue>> limits) InvoicePaymentRouteExplanation.setLimits(List<TurnoverLimitValue> limits) InvoicingSrv.GetPaymentRoutesLimitValues_result.setSuccess(Map<PaymentRoute, List<TurnoverLimitValue>> success) voidInvoicingSrv.AsyncProcessor.GetPaymentRoutesLimitValues.start(I iface, InvoicingSrv.GetPaymentRoutesLimitValues_args args, org.apache.thrift.async.AsyncMethodCallback<Map<PaymentRoute, List<TurnoverLimitValue>>> resultHandler) Constructors in dev.vality.damsel.payment_processing with parameters of type TurnoverLimitValueModifierConstructorDescriptionPerforms a deep copy on other.Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type TurnoverLimitValueModifierConstructorDescriptionGetPaymentRoutesLimitValues_call(String id, String payment_id, org.apache.thrift.async.AsyncMethodCallback<Map<PaymentRoute, List<TurnoverLimitValue>>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) GetPaymentRoutesLimitValues_result(Map<PaymentRoute, List<TurnoverLimitValue>> success, InvoiceNotFound ex1, InvoicePaymentNotFound ex2, InvalidRequest ex3)