-
Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePayment
| Modifier and Type |
Method |
Description |
void |
InvoicingSrv.AsyncClient.getPayment(String id,
String payment_id,
org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) |
|
void |
InvoicingSrv.AsyncIface.getPayment(String id,
String payment_id,
org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) |
|
Invoice |
Invoice.setPayments(List<InvoicePayment> payments) |
|
void |
InvoicingSrv.AsyncProcessor.GetPayment.start(I iface,
InvoicingSrv.GetPayment_args args,
org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) |
|
void |
InvoicingSrv.AsyncProcessor.StartPayment.start(I iface,
InvoicingSrv.StartPayment_args args,
org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) |
|
void |
InvoicingSrv.AsyncClient.startPayment(String id,
InvoicePaymentParams params,
org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) |
|
void |
InvoicingSrv.AsyncIface.startPayment(String id,
InvoicePaymentParams params,
org.apache.thrift.async.AsyncMethodCallback<InvoicePayment> resultHandler) |
|
Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePayment
| Constructor |
Description |
GetPayment_result(InvoicePayment success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3) |
|
InvoicePayment(InvoicePayment other) |
Performs a deep copy on other.
|
StartPayment_result(InvoicePayment success,
InvoiceNotFound ex2,
InvalidInvoiceStatus ex3,
InvoicePaymentPending ex4,
InvalidRequest ex5,
InvalidPartyStatus ex6,
InvalidShopStatus ex7,
InvalidContractStatus ex8,
InvalidRecurrentParentPayment ex9,
OperationNotPermitted ex10,
InvoiceAdjustmentPending ex11) |
|
Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePayment
| Constructor |
Description |
GetPayment_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) |
|
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) |
|