Uses of Class
dev.vality.damsel.payment_processing.InvoiceAdjustmentNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceAdjustmentNotFound in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceAdjustmentNotFound Modifier and Type Field Description InvoiceAdjustmentNotFoundInvoicingSrv.CancelAdjustment_result. ex3InvoiceAdjustmentNotFoundInvoicingSrv.CaptureAdjustment_result. ex3InvoiceAdjustmentNotFoundInvoicingSrv.GetAdjustment_result. ex3Methods in dev.vality.damsel.payment_processing that return InvoiceAdjustmentNotFound Modifier and Type Method Description InvoiceAdjustmentNotFoundInvoiceAdjustmentNotFound. deepCopy()InvoiceAdjustmentNotFoundInvoicingSrv.CancelAdjustment_result. getEx3()InvoiceAdjustmentNotFoundInvoicingSrv.CaptureAdjustment_result. getEx3()InvoiceAdjustmentNotFoundInvoicingSrv.GetAdjustment_result. getEx3()Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentNotFound Modifier and Type Method Description intInvoiceAdjustmentNotFound. compareTo(InvoiceAdjustmentNotFound other)booleanInvoiceAdjustmentNotFound. equals(InvoiceAdjustmentNotFound that)InvoicingSrv.CancelAdjustment_resultInvoicingSrv.CancelAdjustment_result. setEx3(InvoiceAdjustmentNotFound ex3)InvoicingSrv.CaptureAdjustment_resultInvoicingSrv.CaptureAdjustment_result. setEx3(InvoiceAdjustmentNotFound ex3)InvoicingSrv.GetAdjustment_resultInvoicingSrv.GetAdjustment_result. setEx3(InvoiceAdjustmentNotFound ex3)Methods in dev.vality.damsel.payment_processing that throw InvoiceAdjustmentNotFound Modifier and Type Method Description voidInvoicingSrv.Client. cancelAdjustment(String id, String adjustment_id)voidInvoicingSrv.Iface. cancelAdjustment(String id, String adjustment_id)voidInvoicingSrv.Client. captureAdjustment(String id, String adjustment_id)voidInvoicingSrv.Iface. captureAdjustment(String id, String adjustment_id)InvoiceAdjustmentInvoicingSrv.Client. getAdjustment(String id, String adjustment_id)InvoiceAdjustmentInvoicingSrv.Iface. getAdjustment(String id, String adjustment_id)VoidInvoicingSrv.AsyncClient.CancelAdjustment_call. getResult()VoidInvoicingSrv.AsyncClient.CaptureAdjustment_call. getResult()InvoiceAdjustmentInvoicingSrv.AsyncClient.GetAdjustment_call. getResult()voidInvoicingSrv.Client. recvCancelAdjustment()voidInvoicingSrv.Client. recvCaptureAdjustment()InvoiceAdjustmentInvoicingSrv.Client. recvGetAdjustment()Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentNotFound Constructor Description CancelAdjustment_result(InvoiceNotFound ex2, InvoiceAdjustmentNotFound ex3, InvalidInvoiceAdjustmentStatus ex4)CaptureAdjustment_result(InvoiceNotFound ex2, InvoiceAdjustmentNotFound ex3, InvalidInvoiceAdjustmentStatus ex4)GetAdjustment_result(InvoiceAdjustment success, InvoiceNotFound ex2, InvoiceAdjustmentNotFound ex3)InvoiceAdjustmentNotFound(InvoiceAdjustmentNotFound other)Performs a deep copy on other.