Uses of Class
dev.vality.damsel.payment_processing.InvoiceRepairFulfillSession
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceRepairFulfillSession in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoiceRepairFulfillSession Modifier and Type Method Description InvoiceRepairFulfillSessionInvoiceRepairFulfillSession. deepCopy()InvoiceRepairFulfillSessionInvoiceRepairScenario. getFulfillSession()InvoiceRepairFulfillSessionInvoiceRepairFulfillSession. setTrx(TransactionInfo trx)Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceRepairFulfillSession Modifier and Type Method Description intInvoiceRepairFulfillSession. compareTo(InvoiceRepairFulfillSession other)booleanInvoiceRepairFulfillSession. equals(InvoiceRepairFulfillSession that)static InvoiceRepairScenarioInvoiceRepairScenario. fulfill_session(InvoiceRepairFulfillSession value)voidInvoiceRepairScenario. setFulfillSession(InvoiceRepairFulfillSession value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceRepairFulfillSession Constructor Description InvoiceRepairFulfillSession(InvoiceRepairFulfillSession other)Performs a deep copy on other.