Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentSession
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentSession in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type InvoicePaymentSession Modifier and Type Field Description List<InvoicePaymentSession>InvoicePayment. sessionsMethods in dev.vality.damsel.payment_processing that return InvoicePaymentSession Modifier and Type Method Description InvoicePaymentSessionInvoicePaymentSession. deepCopy()InvoicePaymentSessionInvoicePaymentSession. setTargetStatus(TargetInvoicePaymentStatus target_status)InvoicePaymentSessionInvoicePaymentSession. setTransactionInfo(TransactionInfo transaction_info)Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoicePaymentSession Modifier and Type Method Description List<InvoicePaymentSession>InvoicePayment. getSessions()Iterator<InvoicePaymentSession>InvoicePayment. getSessionsIterator()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentSession Modifier and Type Method Description voidInvoicePayment. addToSessions(InvoicePaymentSession elem)intInvoicePaymentSession. compareTo(InvoicePaymentSession other)booleanInvoicePaymentSession. equals(InvoicePaymentSession that)Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentSession Modifier and Type Method Description InvoicePaymentInvoicePayment. setSessions(List<InvoicePaymentSession> sessions)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentSession Constructor Description InvoicePaymentSession(InvoicePaymentSession other)Performs a deep copy on other.