Uses of Class
dev.vality.damsel.payment_processing.InvoiceAlreadyHasStatus
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceAlreadyHasStatus in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceAlreadyHasStatus Modifier and Type Field Description InvoiceAlreadyHasStatusInvoicingSrv.CreateInvoiceAdjustment_result. ex6Methods in dev.vality.damsel.payment_processing that return InvoiceAlreadyHasStatus Modifier and Type Method Description InvoiceAlreadyHasStatusInvoiceAlreadyHasStatus. deepCopy()InvoiceAlreadyHasStatusInvoicingSrv.CreateInvoiceAdjustment_result. getEx6()InvoiceAlreadyHasStatusInvoiceAlreadyHasStatus. setStatus(InvoiceStatus status)Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceAlreadyHasStatus Modifier and Type Method Description intInvoiceAlreadyHasStatus. compareTo(InvoiceAlreadyHasStatus other)booleanInvoiceAlreadyHasStatus. equals(InvoiceAlreadyHasStatus that)InvoicingSrv.CreateInvoiceAdjustment_resultInvoicingSrv.CreateInvoiceAdjustment_result. setEx6(InvoiceAlreadyHasStatus ex6)Methods in dev.vality.damsel.payment_processing that throw InvoiceAlreadyHasStatus Modifier and Type Method Description InvoiceAdjustmentInvoicingSrv.Client. createInvoiceAdjustment(String id, InvoiceAdjustmentParams params)InvoiceAdjustmentInvoicingSrv.Iface. createInvoiceAdjustment(String id, InvoiceAdjustmentParams params)InvoiceAdjustmentInvoicingSrv.AsyncClient.CreateInvoiceAdjustment_call. getResult()InvoiceAdjustmentInvoicingSrv.Client. recvCreateInvoiceAdjustment()Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceAlreadyHasStatus Constructor Description CreateInvoiceAdjustment_result(InvoiceAdjustment success, InvoiceNotFound ex2, InvalidInvoiceStatus ex3, InvoiceAdjustmentPending ex4, InvoiceAdjustmentStatusUnacceptable ex5, InvoiceAlreadyHasStatus ex6, InvalidRequest ex7, InvoicePaymentPending ex8)InvoiceAlreadyHasStatus(InvoiceAlreadyHasStatus other)Performs a deep copy on other.