Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentPending
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentAdjustmentPending in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentAdjustmentPending Modifier and Type Field Description InvoicePaymentAdjustmentPendingInvoicingSrv.CreatePaymentAdjustment_result. ex5Methods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentPending Modifier and Type Method Description InvoicePaymentAdjustmentPendingInvoicePaymentAdjustmentPending. deepCopy()InvoicePaymentAdjustmentPendingInvoicingSrv.CreatePaymentAdjustment_result. getEx5()InvoicePaymentAdjustmentPendingInvoicePaymentAdjustmentPending. setId(String id)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentPending Modifier and Type Method Description intInvoicePaymentAdjustmentPending. compareTo(InvoicePaymentAdjustmentPending other)booleanInvoicePaymentAdjustmentPending. equals(InvoicePaymentAdjustmentPending that)InvoicingSrv.CreatePaymentAdjustment_resultInvoicingSrv.CreatePaymentAdjustment_result. setEx5(InvoicePaymentAdjustmentPending ex5)Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentAdjustmentPending Modifier and Type Method Description InvoicePaymentAdjustmentInvoicingSrv.Client. createPaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params)InvoicePaymentAdjustmentInvoicingSrv.Iface. createPaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params)Создать поправку к платежу.InvoicePaymentAdjustmentInvoicingSrv.AsyncClient.CreatePaymentAdjustment_call. getResult()InvoicePaymentAdjustmentInvoicingSrv.Client. recvCreatePaymentAdjustment()Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentPending Constructor Description CreatePaymentAdjustment_result(InvoicePaymentAdjustment success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, InvoicePaymentAdjustmentPending ex5, InvalidPaymentTargetStatus ex6, InvoicePaymentAlreadyHasStatus ex7, InvalidRequest ex8)InvoicePaymentAdjustmentPending(InvoicePaymentAdjustmentPending other)Performs a deep copy on other.