Uses of Class
dev.vality.damsel.payment_processing.InvalidPaymentAdjustmentStatus
Packages that use InvalidPaymentAdjustmentStatus
-
Uses of InvalidPaymentAdjustmentStatus in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvalidPaymentAdjustmentStatusModifier and TypeFieldDescriptionInvoicingSrv.CancelPaymentAdjustment_result.ex5InvoicingSrv.CapturePaymentAdjustment_result.ex5Methods in dev.vality.damsel.payment_processing that return InvalidPaymentAdjustmentStatusModifier and TypeMethodDescriptionInvalidPaymentAdjustmentStatus.deepCopy()InvoicingSrv.CancelPaymentAdjustment_result.getEx5()InvoicingSrv.CapturePaymentAdjustment_result.getEx5()InvalidPaymentAdjustmentStatus.setStatus(InvoicePaymentAdjustmentStatus status) Methods in dev.vality.damsel.payment_processing with parameters of type InvalidPaymentAdjustmentStatusModifier and TypeMethodDescriptionintInvalidPaymentAdjustmentStatus.compareTo(InvalidPaymentAdjustmentStatus other) booleanInvalidPaymentAdjustmentStatus.equals(InvalidPaymentAdjustmentStatus that) InvoicingSrv.CancelPaymentAdjustment_result.setEx5(InvalidPaymentAdjustmentStatus ex5) InvoicingSrv.CapturePaymentAdjustment_result.setEx5(InvalidPaymentAdjustmentStatus ex5) Methods in dev.vality.damsel.payment_processing that throw InvalidPaymentAdjustmentStatusModifier 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.AsyncClient.CancelPaymentAdjustment_call.getResult()InvoicingSrv.AsyncClient.CapturePaymentAdjustment_call.getResult()voidInvoicingSrv.Client.recvCancelPaymentAdjustment()voidInvoicingSrv.Client.recvCapturePaymentAdjustment()Constructors in dev.vality.damsel.payment_processing with parameters of type InvalidPaymentAdjustmentStatusModifierConstructorDescriptionCancelPaymentAdjustment_result(InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvoicePaymentAdjustmentNotFound ex4, InvalidPaymentAdjustmentStatus ex5) CapturePaymentAdjustment_result(InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvoicePaymentAdjustmentNotFound ex4, InvalidPaymentAdjustmentStatus ex5) Performs a deep copy on other.