Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentPending
Packages that use InvoicePaymentPending
-
Uses of InvoicePaymentPending in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentPendingModifier and TypeFieldDescriptionInvoicingSrv.Rescind_result.ex4InvoicingSrv.StartPayment_result.ex4Methods in dev.vality.damsel.payment_processing that return InvoicePaymentPendingModifier and TypeMethodDescriptionInvoicePaymentPending.deepCopy()InvoicingSrv.Rescind_result.getEx4()InvoicingSrv.StartPayment_result.getEx4()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentPendingModifier and TypeMethodDescriptionintInvoicePaymentPending.compareTo(InvoicePaymentPending other) booleanInvoicePaymentPending.equals(InvoicePaymentPending that) InvoicingSrv.Rescind_result.setEx4(InvoicePaymentPending ex4) InvoicingSrv.StartPayment_result.setEx4(InvoicePaymentPending ex4) Methods in dev.vality.damsel.payment_processing that throw InvoicePaymentPendingModifier and TypeMethodDescriptionInvoicingSrv.AsyncClient.Rescind_call.getResult()InvoicingSrv.AsyncClient.StartPayment_call.getResult()voidInvoicingSrv.Client.recvRescind()InvoicingSrv.Client.recvStartPayment()voidvoidInvoicingSrv.Client.startPayment(String id, InvoicePaymentParams params) InvoicingSrv.Iface.startPayment(String id, InvoicePaymentParams params) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentPendingModifierConstructorDescriptionPerforms 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)