-
-
Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentAdjustment
| Modifier and Type |
Method |
Description |
void |
InvoicingSrv.AsyncClient.createPaymentAdjustment(String id,
String payment_id,
InvoicePaymentAdjustmentParams params,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> resultHandler) |
|
void |
InvoicingSrv.AsyncIface.createPaymentAdjustment(String id,
String payment_id,
InvoicePaymentAdjustmentParams params,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> resultHandler) |
|
void |
InvoicingSrv.AsyncClient.getPaymentAdjustment(String id,
String payment_id,
String adjustment_id,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> resultHandler) |
|
void |
InvoicingSrv.AsyncIface.getPaymentAdjustment(String id,
String payment_id,
String adjustment_id,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> resultHandler) |
|
InvoicePayment |
InvoicePayment.setAdjustments(List<InvoicePaymentAdjustment> adjustments) |
|
void |
InvoicingSrv.AsyncProcessor.CreatePaymentAdjustment.start(I iface,
InvoicingSrv.CreatePaymentAdjustment_args args,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> resultHandler) |
|
void |
InvoicingSrv.AsyncProcessor.GetPaymentAdjustment.start(I iface,
InvoicingSrv.GetPaymentAdjustment_args args,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> resultHandler) |
|
Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustment
| Constructor |
Description |
CreatePaymentAdjustment_result(InvoicePaymentAdjustment success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvalidPaymentStatus ex4,
InvoicePaymentAdjustmentPending ex5,
InvalidPaymentTargetStatus ex6,
InvoicePaymentAlreadyHasStatus ex7,
InvalidRequest ex8) |
|
GetPaymentAdjustment_result(InvoicePaymentAdjustment success,
InvoiceNotFound ex2,
InvoicePaymentNotFound ex3,
InvoicePaymentAdjustmentNotFound ex4) |
|
InvoicePaymentAdjustmentCreated(InvoicePaymentAdjustment adjustment) |
|
Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentAdjustment
| Constructor |
Description |
CreatePaymentAdjustment_call(String id,
String payment_id,
InvoicePaymentAdjustmentParams params,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
GetPaymentAdjustment_call(String id,
String payment_id,
String adjustment_id,
org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
InvoicePayment(InvoicePayment payment,
List<InvoicePaymentAdjustment> adjustments,
List<InvoicePaymentRefund> refunds,
List<InvoicePaymentSession> sessions,
List<InvoicePaymentRefund> legacy_refunds) |
|