Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentPending
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentPending in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentPending Modifier and Type Field Description InvoicePaymentPendingInvoicingSrv.Rescind_result. ex4InvoicePaymentPendingInvoicingSrv.StartPayment_result. ex4InvoicePaymentPendingInvoicingSrv.CreateInvoiceAdjustment_result. ex8Methods in dev.vality.damsel.payment_processing that return InvoicePaymentPending Modifier and Type Method Description InvoicePaymentPendingInvoicePaymentPending. deepCopy()InvoicePaymentPendingInvoicingSrv.Rescind_result. getEx4()InvoicePaymentPendingInvoicingSrv.StartPayment_result. getEx4()InvoicePaymentPendingInvoicingSrv.CreateInvoiceAdjustment_result. getEx8()InvoicePaymentPendingInvoicePaymentPending. setId(String id)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentPending Modifier and Type Method Description intInvoicePaymentPending. compareTo(InvoicePaymentPending other)booleanInvoicePaymentPending. equals(InvoicePaymentPending that)InvoicingSrv.Rescind_resultInvoicingSrv.Rescind_result. setEx4(InvoicePaymentPending ex4)InvoicingSrv.StartPayment_resultInvoicingSrv.StartPayment_result. setEx4(InvoicePaymentPending ex4)InvoicingSrv.CreateInvoiceAdjustment_resultInvoicingSrv.CreateInvoiceAdjustment_result. setEx8(InvoicePaymentPending ex8)Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentPending Modifier and Type Method Description InvoiceAdjustmentInvoicingSrv.Client. createInvoiceAdjustment(String id, InvoiceAdjustmentParams params)InvoiceAdjustmentInvoicingSrv.Iface. createInvoiceAdjustment(String id, InvoiceAdjustmentParams params)InvoiceAdjustmentInvoicingSrv.AsyncClient.CreateInvoiceAdjustment_call. getResult()VoidInvoicingSrv.AsyncClient.Rescind_call. getResult()InvoicePaymentInvoicingSrv.AsyncClient.StartPayment_call. getResult()InvoiceAdjustmentInvoicingSrv.Client. recvCreateInvoiceAdjustment()voidInvoicingSrv.Client. recvRescind()InvoicePaymentInvoicingSrv.Client. recvStartPayment()voidInvoicingSrv.Client. rescind(String id, String reason)voidInvoicingSrv.Iface. rescind(String id, String reason)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 InvoicePaymentPending Constructor Description CreateInvoiceAdjustment_result(InvoiceAdjustment success, InvoiceNotFound ex2, InvalidInvoiceStatus ex3, InvoiceAdjustmentPending ex4, InvoiceAdjustmentStatusUnacceptable ex5, InvoiceAlreadyHasStatus ex6, InvalidRequest ex7, InvoicePaymentPending ex8)InvoicePaymentPending(InvoicePaymentPending other)Performs a deep copy on other.Rescind_result(InvoiceNotFound ex2, InvalidInvoiceStatus ex3, InvoicePaymentPending ex4, InvalidPartyStatus ex5, InvalidShopStatus ex6, InvalidContractStatus ex7)StartPayment_result(InvoicePayment success, InvoiceNotFound ex2, InvalidInvoiceStatus ex3, InvoicePaymentPending ex4, InvalidRequest ex5, InvalidPartyStatus ex6, InvalidShopStatus ex7, InvalidContractStatus ex8, InvalidRecurrentParentPayment ex9, OperationNotPermitted ex10, InvoiceAdjustmentPending ex11)