Uses of Class
dev.vality.damsel.payment_processing.Invoice
Packages that use Invoice
-
Uses of Invoice in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceModifier and TypeFieldDescriptionInvoicingSrv.Create_result.successInvoicingSrv.CreateWithTemplate_result.successInvoicingSrv.Get_result.successMethods in dev.vality.damsel.payment_processing that return InvoiceModifier and TypeMethodDescriptionInvoicingSrv.Client.create(InvoiceParams params) InvoicingSrv.Iface.create(InvoiceParams params) InvoicingSrv.Client.createWithTemplate(InvoiceWithTemplateParams params) InvoicingSrv.Iface.createWithTemplate(InvoiceWithTemplateParams params) Invoice.deepCopy()InvoicingSrv.Client.get(String id, EventRange range) InvoicingSrv.Iface.get(String id, EventRange range) InvoicingSrv.AsyncClient.Create_call.getResult()InvoicingSrv.AsyncClient.CreateWithTemplate_call.getResult()InvoicingSrv.AsyncClient.Get_call.getResult()InvoicingSrv.Create_result.getSuccess()InvoicingSrv.CreateWithTemplate_result.getSuccess()InvoicingSrv.Get_result.getSuccess()InvoicingSrv.Client.recvCreate()InvoicingSrv.Client.recvCreateWithTemplate()InvoicingSrv.Client.recvGet()Invoice.setInvoice(Invoice invoice) Invoice.setPayments(List<InvoicePayment> payments) Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoiceModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<Invoice>InvoicingSrv.AsyncProcessor.Create.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<Invoice>InvoicingSrv.AsyncProcessor.CreateWithTemplate.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<Invoice>InvoicingSrv.AsyncProcessor.Get.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceModifier and TypeMethodDescriptionintbooleanInvoicingSrv.Create_result.setSuccess(Invoice success) InvoicingSrv.CreateWithTemplate_result.setSuccess(Invoice success) InvoicingSrv.Get_result.setSuccess(Invoice success) Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoiceModifier and TypeMethodDescriptionvoidInvoicingSrv.AsyncClient.create(InvoiceParams params, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) voidInvoicingSrv.AsyncIface.create(InvoiceParams params, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) voidInvoicingSrv.AsyncClient.createWithTemplate(InvoiceWithTemplateParams params, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) voidInvoicingSrv.AsyncIface.createWithTemplate(InvoiceWithTemplateParams params, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) voidInvoicingSrv.AsyncClient.get(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) voidInvoicingSrv.AsyncIface.get(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) voidInvoicingSrv.AsyncProcessor.Create.start(I iface, InvoicingSrv.Create_args args, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) voidInvoicingSrv.AsyncProcessor.CreateWithTemplate.start(I iface, InvoicingSrv.CreateWithTemplate_args args, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) voidInvoicingSrv.AsyncProcessor.Get.start(I iface, InvoicingSrv.Get_args args, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceModifierConstructorDescriptionCreate_result(Invoice success, InvalidRequest ex2, PartyNotFound ex3, ShopNotFound ex4, InvalidPartyStatus ex5, InvalidShopStatus ex6, InvalidContractStatus ex7, InvoiceTermsViolated ex8, AllocationNotAllowed ex9, AllocationExceededPaymentAmount ex10, AllocationInvalidTransaction ex11) CreateWithTemplate_result(Invoice success, InvalidRequest ex2, InvalidPartyStatus ex3, InvalidShopStatus ex4, InvalidContractStatus ex5, InvoiceTemplateNotFound ex6, InvoiceTemplateRemoved ex7, InvoiceTermsViolated ex8) Get_result(Invoice success, InvoiceNotFound ex2) Performs a deep copy on other.Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type InvoiceModifierConstructorDescriptionCreate_call(InvoiceParams params, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) CreateWithTemplate_call(InvoiceWithTemplateParams params, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Get_call(String id, EventRange range, org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)