Uses of Class
dev.vality.damsel.payment_processing.InvoicingSrv.Fulfill_result
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicingSrv.Fulfill_result in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicingSrv.Fulfill_result Modifier and Type Method Description InvoicingSrv.Fulfill_resultInvoicingSrv.Fulfill_result. deepCopy()InvoicingSrv.Fulfill_resultInvoicingSrv.Processor.Fulfill. getResult(I iface, InvoicingSrv.Fulfill_args args)InvoicingSrv.Fulfill_resultInvoicingSrv.Fulfill_result. setEx2(InvoiceNotFound ex2)InvoicingSrv.Fulfill_resultInvoicingSrv.Fulfill_result. setEx3(InvalidInvoiceStatus ex3)InvoicingSrv.Fulfill_resultInvoicingSrv.Fulfill_result. setEx4(InvalidPartyStatus ex4)InvoicingSrv.Fulfill_resultInvoicingSrv.Fulfill_result. setEx5(InvalidShopStatus ex5)InvoicingSrv.Fulfill_resultInvoicingSrv.Fulfill_result. setEx6(InvalidContractStatus ex6)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicingSrv.Fulfill_result Modifier and Type Method Description intInvoicingSrv.Fulfill_result. compareTo(InvoicingSrv.Fulfill_result other)booleanInvoicingSrv.Fulfill_result. equals(InvoicingSrv.Fulfill_result that)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicingSrv.Fulfill_result Constructor Description Fulfill_result(InvoicingSrv.Fulfill_result other)Performs a deep copy on other.