Uses of Class
dev.vality.damsel.payment_processing.InvoiceAdjustmentPending
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceAdjustmentPending in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceAdjustmentPending Modifier and Type Field Description InvoiceAdjustmentPendingInvoicingSrv.StartPayment_result. ex11InvoiceAdjustmentPendingInvoicingSrv.CreateInvoiceAdjustment_result. ex4Methods in dev.vality.damsel.payment_processing that return InvoiceAdjustmentPending Modifier and Type Method Description InvoiceAdjustmentPendingInvoiceAdjustmentPending. deepCopy()InvoiceAdjustmentPendingInvoicingSrv.StartPayment_result. getEx11()InvoiceAdjustmentPendingInvoicingSrv.CreateInvoiceAdjustment_result. getEx4()InvoiceAdjustmentPendingInvoiceAdjustmentPending. setId(String id)Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentPending Modifier and Type Method Description intInvoiceAdjustmentPending. compareTo(InvoiceAdjustmentPending other)booleanInvoiceAdjustmentPending. equals(InvoiceAdjustmentPending that)InvoicingSrv.StartPayment_resultInvoicingSrv.StartPayment_result. setEx11(InvoiceAdjustmentPending ex11)InvoicingSrv.CreateInvoiceAdjustment_resultInvoicingSrv.CreateInvoiceAdjustment_result. setEx4(InvoiceAdjustmentPending ex4)Methods in dev.vality.damsel.payment_processing that throw InvoiceAdjustmentPending Modifier and Type Method Description InvoiceAdjustmentInvoicingSrv.Client. createInvoiceAdjustment(String id, InvoiceAdjustmentParams params)InvoiceAdjustmentInvoicingSrv.Iface. createInvoiceAdjustment(String id, InvoiceAdjustmentParams params)InvoiceAdjustmentInvoicingSrv.AsyncClient.CreateInvoiceAdjustment_call. getResult()InvoicePaymentInvoicingSrv.AsyncClient.StartPayment_call. getResult()InvoiceAdjustmentInvoicingSrv.Client. recvCreateInvoiceAdjustment()InvoicePaymentInvoicingSrv.Client. recvStartPayment()InvoicePaymentInvoicingSrv.Client. startPayment(String id, InvoicePaymentParams params)InvoicePaymentInvoicingSrv.Iface. startPayment(String id, InvoicePaymentParams params)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentPending Constructor Description CreateInvoiceAdjustment_result(InvoiceAdjustment success, InvoiceNotFound ex2, InvalidInvoiceStatus ex3, InvoiceAdjustmentPending ex4, InvoiceAdjustmentStatusUnacceptable ex5, InvoiceAlreadyHasStatus ex6, InvalidRequest ex7, InvoicePaymentPending ex8)InvoiceAdjustmentPending(InvoiceAdjustmentPending other)Performs a deep copy on other.StartPayment_result(InvoicePayment success, InvoiceNotFound ex2, InvalidInvoiceStatus ex3, InvoicePaymentPending ex4, InvalidRequest ex5, InvalidPartyStatus ex6, InvalidShopStatus ex7, InvalidContractStatus ex8, InvalidRecurrentParentPayment ex9, OperationNotPermitted ex10, InvoiceAdjustmentPending ex11)