Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentPending
Packages that use InvoicePaymentAdjustmentPending
-
Uses of InvoicePaymentAdjustmentPending in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentAdjustmentPendingMethods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentPendingModifier and TypeMethodDescriptionInvoicePaymentAdjustmentPending.deepCopy()InvoicingSrv.CreatePaymentAdjustment_result.getEx5()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentPendingModifier and TypeMethodDescriptionintInvoicePaymentAdjustmentPending.compareTo(InvoicePaymentAdjustmentPending other) booleanInvoicePaymentAdjustmentPending.equals(InvoicePaymentAdjustmentPending that) InvoicingSrv.CreatePaymentAdjustment_result.setEx5(InvoicePaymentAdjustmentPending ex5) Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentAdjustmentPendingModifier and TypeMethodDescriptionInvoicingSrv.Client.createPaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params) InvoicingSrv.Iface.createPaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params) Создать поправку к платежу.InvoicingSrv.AsyncClient.CreatePaymentAdjustment_call.getResult()InvoicingSrv.Client.recvCreatePaymentAdjustment()Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentPendingModifierConstructorDescriptionCreatePaymentAdjustment_result(InvoicePaymentAdjustment success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, InvoicePaymentAdjustmentPending ex5, InvalidPaymentTargetStatus ex6, InvoicePaymentAlreadyHasStatus ex7, InvalidRequest ex8) Performs a deep copy on other.