Uses of Class
dev.vality.damsel.payment_processing.InvoiceRefundSession
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceRefundSession in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type InvoiceRefundSession Modifier and Type Field Description List<InvoiceRefundSession>InvoicePaymentRefund. sessionsMethods in dev.vality.damsel.payment_processing that return InvoiceRefundSession Modifier and Type Method Description InvoiceRefundSessionInvoiceRefundSession. deepCopy()InvoiceRefundSessionInvoiceRefundSession. setTransactionInfo(TransactionInfo transaction_info)Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoiceRefundSession Modifier and Type Method Description List<InvoiceRefundSession>InvoicePaymentRefund. getSessions()Iterator<InvoiceRefundSession>InvoicePaymentRefund. getSessionsIterator()Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceRefundSession Modifier and Type Method Description voidInvoicePaymentRefund. addToSessions(InvoiceRefundSession elem)intInvoiceRefundSession. compareTo(InvoiceRefundSession other)booleanInvoiceRefundSession. equals(InvoiceRefundSession that)Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoiceRefundSession Modifier and Type Method Description InvoicePaymentRefundInvoicePaymentRefund. setSessions(List<InvoiceRefundSession> sessions)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceRefundSession Constructor Description InvoiceRefundSession(InvoiceRefundSession other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type InvoiceRefundSession Constructor Description InvoicePaymentRefund(InvoicePaymentRefund refund, List<InvoiceRefundSession> sessions)