-
Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceRepairParams
| Modifier and Type |
Method |
Description |
int |
InvoiceRepairParams.compareTo(InvoiceRepairParams other) |
|
boolean |
InvoiceRepairParams.equals(InvoiceRepairParams that) |
|
void |
InvoicingSrv.AsyncClient.repair(String id,
List<InvoiceChange> changes,
ComplexAction action,
InvoiceRepairParams params,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
|
void |
InvoicingSrv.AsyncIface.repair(String id,
List<InvoiceChange> changes,
ComplexAction action,
InvoiceRepairParams params,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
|
void |
InvoicingSrv.Client.repair(String id,
List<InvoiceChange> changes,
ComplexAction action,
InvoiceRepairParams params) |
|
void |
InvoicingSrv.Iface.repair(String id,
List<InvoiceChange> changes,
ComplexAction action,
InvoiceRepairParams params) |
|
void |
InvoicingSrv.Client.sendRepair(String id,
List<InvoiceChange> changes,
ComplexAction action,
InvoiceRepairParams params) |
|
InvoicingSrv.Repair_args |
InvoicingSrv.Repair_args.setParams(InvoiceRepairParams params) |
|
Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceRepairParams
| Constructor |
Description |
InvoiceRepairParams(InvoiceRepairParams other) |
Performs a deep copy on other.
|
Repair_args(String id,
List<InvoiceChange> changes,
ComplexAction action,
InvoiceRepairParams params) |
|
Repair_call(String id,
List<InvoiceChange> changes,
ComplexAction action,
InvoiceRepairParams params,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|