Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentNotFound
Packages that use InvoicePaymentAdjustmentNotFound
-
Uses of InvoicePaymentAdjustmentNotFound in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentAdjustmentNotFoundModifier and TypeFieldDescriptionInvoicingSrv.CancelPaymentAdjustment_result.ex4InvoicingSrv.CapturePaymentAdjustment_result.ex4InvoicingSrv.GetPaymentAdjustment_result.ex4Methods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentNotFoundModifier and TypeMethodDescriptionInvoicePaymentAdjustmentNotFound.deepCopy()InvoicingSrv.CancelPaymentAdjustment_result.getEx4()InvoicingSrv.CapturePaymentAdjustment_result.getEx4()InvoicingSrv.GetPaymentAdjustment_result.getEx4()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentNotFoundModifier and TypeMethodDescriptionintInvoicePaymentAdjustmentNotFound.compareTo(InvoicePaymentAdjustmentNotFound other) booleanInvoicePaymentAdjustmentNotFound.equals(InvoicePaymentAdjustmentNotFound that) InvoicingSrv.CancelPaymentAdjustment_result.setEx4(InvoicePaymentAdjustmentNotFound ex4) InvoicingSrv.CapturePaymentAdjustment_result.setEx4(InvoicePaymentAdjustmentNotFound ex4) InvoicingSrv.GetPaymentAdjustment_result.setEx4(InvoicePaymentAdjustmentNotFound ex4) Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentAdjustmentNotFoundModifier and TypeMethodDescriptionvoidInvoicingSrv.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) InvoicingSrv.Client.getPaymentAdjustment(String id, String payment_id, String adjustment_id) InvoicingSrv.Iface.getPaymentAdjustment(String id, String payment_id, String adjustment_id) InvoicingSrv.AsyncClient.CancelPaymentAdjustment_call.getResult()InvoicingSrv.AsyncClient.CapturePaymentAdjustment_call.getResult()InvoicingSrv.AsyncClient.GetPaymentAdjustment_call.getResult()voidInvoicingSrv.Client.recvCancelPaymentAdjustment()voidInvoicingSrv.Client.recvCapturePaymentAdjustment()InvoicingSrv.Client.recvGetPaymentAdjustment()Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentNotFoundModifierConstructorDescriptionCancelPaymentAdjustment_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) Performs a deep copy on other.