Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentAdjustmentNotFound in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentAdjustmentNotFound Modifier and Type Field Description InvoicePaymentAdjustmentNotFoundInvoicingSrv.CancelPaymentAdjustment_result. ex4InvoicePaymentAdjustmentNotFoundInvoicingSrv.CapturePaymentAdjustment_result. ex4InvoicePaymentAdjustmentNotFoundInvoicingSrv.GetPaymentAdjustment_result. ex4Methods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentNotFound Modifier and Type Method Description InvoicePaymentAdjustmentNotFoundInvoicePaymentAdjustmentNotFound. deepCopy()InvoicePaymentAdjustmentNotFoundInvoicingSrv.CancelPaymentAdjustment_result. getEx4()InvoicePaymentAdjustmentNotFoundInvoicingSrv.CapturePaymentAdjustment_result. getEx4()InvoicePaymentAdjustmentNotFoundInvoicingSrv.GetPaymentAdjustment_result. getEx4()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentNotFound Modifier and Type Method Description intInvoicePaymentAdjustmentNotFound. compareTo(InvoicePaymentAdjustmentNotFound other)booleanInvoicePaymentAdjustmentNotFound. equals(InvoicePaymentAdjustmentNotFound that)InvoicingSrv.CancelPaymentAdjustment_resultInvoicingSrv.CancelPaymentAdjustment_result. setEx4(InvoicePaymentAdjustmentNotFound ex4)InvoicingSrv.CapturePaymentAdjustment_resultInvoicingSrv.CapturePaymentAdjustment_result. setEx4(InvoicePaymentAdjustmentNotFound ex4)InvoicingSrv.GetPaymentAdjustment_resultInvoicingSrv.GetPaymentAdjustment_result. setEx4(InvoicePaymentAdjustmentNotFound ex4)Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentAdjustmentNotFound Modifier and Type Method Description voidInvoicingSrv.Client. cancelPaymentAdjustment(String id, String payment_id, String adjustment_id)voidInvoicingSrv.Iface. cancelPaymentAdjustment(String id, String payment_id, String adjustment_id)voidInvoicingSrv.Client. capturePaymentAdjustment(String id, String payment_id, String adjustment_id)voidInvoicingSrv.Iface. capturePaymentAdjustment(String id, String payment_id, String adjustment_id)InvoicePaymentAdjustmentInvoicingSrv.Client. getPaymentAdjustment(String id, String payment_id, String adjustment_id)InvoicePaymentAdjustmentInvoicingSrv.Iface. getPaymentAdjustment(String id, String payment_id, String adjustment_id)VoidInvoicingSrv.AsyncClient.CancelPaymentAdjustment_call. getResult()VoidInvoicingSrv.AsyncClient.CapturePaymentAdjustment_call. getResult()InvoicePaymentAdjustmentInvoicingSrv.AsyncClient.GetPaymentAdjustment_call. getResult()voidInvoicingSrv.Client. recvCancelPaymentAdjustment()voidInvoicingSrv.Client. recvCapturePaymentAdjustment()InvoicePaymentAdjustmentInvoicingSrv.Client. recvGetPaymentAdjustment()Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentNotFound Constructor Description CancelPaymentAdjustment_result(InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvoicePaymentAdjustmentNotFound ex4, InvalidPaymentAdjustmentStatus ex5)CapturePaymentAdjustment_result(InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvoicePaymentAdjustmentNotFound ex4, InvalidPaymentAdjustmentStatus ex5)GetPaymentAdjustment_result(InvoicePaymentAdjustment success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvoicePaymentAdjustmentNotFound ex4)InvoicePaymentAdjustmentNotFound(InvoicePaymentAdjustmentNotFound other)Performs a deep copy on other.