Uses of Class
dev.vality.damsel.payment_processing.InvoicePayment
Packages that use InvoicePayment
-
Uses of InvoicePayment in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentModifier and TypeFieldDescriptionInvoicingSrv.GetPayment_result.successInvoicingSrv.RegisterPayment_result.successInvoicingSrv.StartPayment_result.successFields in dev.vality.damsel.payment_processing with type parameters of type InvoicePaymentMethods in dev.vality.damsel.payment_processing that return InvoicePaymentModifier and TypeMethodDescriptionInvoicePayment.deepCopy()InvoicingSrv.Client.getPayment(String id, String payment_id) InvoicingSrv.Iface.getPayment(String id, String payment_id) InvoicingSrv.AsyncClient.GetPayment_call.getResult()InvoicingSrv.AsyncClient.RegisterPayment_call.getResult()InvoicingSrv.AsyncClient.StartPayment_call.getResult()InvoicingSrv.GetPayment_result.getSuccess()InvoicingSrv.RegisterPayment_result.getSuccess()InvoicingSrv.StartPayment_result.getSuccess()InvoicingSrv.Client.recvGetPayment()InvoicingSrv.Client.recvRegisterPayment()InvoicingSrv.Client.recvStartPayment()InvoicingSrv.Client.registerPayment(String id, RegisterInvoicePaymentParams params) InvoicingSrv.Iface.registerPayment(String id, RegisterInvoicePaymentParams params) InvoicePayment.setAdjustments(List<InvoicePaymentAdjustment> adjustments) InvoicePayment.setAllocation(Allocation allocation) InvoicePayment.setCashFlow(List<FinalCashFlowPosting> cash_flow) InvoicePayment.setChargebacks(List<InvoicePaymentChargeback> chargebacks) InvoicePayment.setLastTransactionInfo(TransactionInfo last_transaction_info) InvoicePayment.setLegacyRefunds(List<InvoicePaymentRefund> legacy_refunds) InvoicePayment.setPayment(InvoicePayment payment) InvoicePayment.setRefunds(List<InvoicePaymentRefund> refunds) InvoicePayment.setRoute(PaymentRoute route) InvoicePayment.setSessions(List<InvoicePaymentSession> sessions) InvoicingSrv.Client.startPayment(String id, InvoicePaymentParams params) InvoicingSrv.Iface.startPayment(String id, InvoicePaymentParams params) Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoicePaymentModifier and TypeMethodDescriptionInvoice.getPayments()Invoice.getPaymentsIterator()org.apache.thrift.async.AsyncMethodCallback<InvoicePayment>InvoicingSrv.AsyncProcessor.GetPayment.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<InvoicePayment>InvoicingSrv.AsyncProcessor.RegisterPayment.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<InvoicePayment>InvoicingSrv.AsyncProcessor.StartPayment.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentModifier and TypeMethodDescriptionvoidInvoice.addToPayments(InvoicePayment elem) intInvoicePayment.compareTo(InvoicePayment other) booleanInvoicePayment.equals(InvoicePayment that) InvoicingSrv.GetPayment_result.setSuccess(InvoicePayment success) InvoicingSrv.RegisterPayment_result.setSuccess(InvoicePayment success) InvoicingSrv.StartPayment_result.setSuccess(InvoicePayment success) Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentModifier and TypeMethodDescriptionvoidInvoicingSrv.AsyncClient.getPayment(String id, String payment_id, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) voidInvoicingSrv.AsyncIface.getPayment(String id, String payment_id, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) voidInvoicingSrv.AsyncClient.registerPayment(String id, RegisterInvoicePaymentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) voidInvoicingSrv.AsyncIface.registerPayment(String id, RegisterInvoicePaymentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) Invoice.setPayments(List<InvoicePayment> payments) voidInvoicingSrv.AsyncProcessor.GetPayment.start(I iface, InvoicingSrv.GetPayment_args args, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) voidInvoicingSrv.AsyncProcessor.RegisterPayment.start(I iface, InvoicingSrv.RegisterPayment_args args, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) voidInvoicingSrv.AsyncProcessor.StartPayment.start(I iface, InvoicingSrv.StartPayment_args args, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) voidInvoicingSrv.AsyncClient.startPayment(String id, InvoicePaymentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) voidInvoicingSrv.AsyncIface.startPayment(String id, InvoicePaymentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentModifierConstructorDescriptionGetPayment_result(InvoicePayment success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3) InvoicePayment(InvoicePayment other) Performs a deep copy on other.RegisterPayment_result(InvoicePayment success, InvoiceNotFound ex1, InvalidInvoiceStatus ex2, InvalidRequest ex3, InvalidPartyStatus ex4, InvalidShopStatus ex5, InvalidContractStatus ex6, InvalidRecurrentParentPayment ex9) StartPayment_result(InvoicePayment success, InvoiceNotFound ex2, InvalidInvoiceStatus ex3, InvoicePaymentPending ex4, InvalidRequest ex5, InvalidPartyStatus ex6, InvalidShopStatus ex7, InvalidContractStatus ex8, InvalidRecurrentParentPayment ex9, OperationNotPermitted ex10) Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentModifierConstructorDescriptionGetPayment_call(String id, String payment_id, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Invoice(Invoice invoice, List<InvoicePayment> payments) RegisterPayment_call(String id, RegisterInvoicePaymentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) StartPayment_call(String id, InvoicePaymentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)