Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentAlreadyHasStatus
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentAlreadyHasStatus in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentAlreadyHasStatus Modifier and Type Field Description InvoicePaymentAlreadyHasStatusInvoicingSrv.CreatePaymentAdjustment_result. ex7Methods in dev.vality.damsel.payment_processing that return InvoicePaymentAlreadyHasStatus Modifier and Type Method Description InvoicePaymentAlreadyHasStatusInvoicePaymentAlreadyHasStatus. deepCopy()InvoicePaymentAlreadyHasStatusInvoicingSrv.CreatePaymentAdjustment_result. getEx7()InvoicePaymentAlreadyHasStatusInvoicePaymentAlreadyHasStatus. setStatus(InvoicePaymentStatus status)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAlreadyHasStatus Modifier and Type Method Description intInvoicePaymentAlreadyHasStatus. compareTo(InvoicePaymentAlreadyHasStatus other)booleanInvoicePaymentAlreadyHasStatus. equals(InvoicePaymentAlreadyHasStatus that)InvoicingSrv.CreatePaymentAdjustment_resultInvoicingSrv.CreatePaymentAdjustment_result. setEx7(InvoicePaymentAlreadyHasStatus ex7)Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentAlreadyHasStatus 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 InvoicePaymentAlreadyHasStatus Constructor Description CreatePaymentAdjustment_result(InvoicePaymentAdjustment success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, InvoicePaymentAdjustmentPending ex5, InvalidPaymentTargetStatus ex6, InvoicePaymentAlreadyHasStatus ex7, InvalidRequest ex8)InvoicePaymentAlreadyHasStatus(InvoicePaymentAlreadyHasStatus other)Performs a deep copy on other.