Uses of Class
dev.vality.damsel.payment_processing.InvoiceRefundSession
Packages that use InvoiceRefundSession
-
Uses of InvoiceRefundSession in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type InvoiceRefundSessionMethods in dev.vality.damsel.payment_processing that return InvoiceRefundSessionModifier and TypeMethodDescriptionInvoiceRefundSession.deepCopy()InvoiceRefundSession.setTransactionInfo(TransactionInfo transaction_info) Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoiceRefundSessionModifier and TypeMethodDescriptionInvoicePaymentRefund.getSessions()InvoicePaymentRefund.getSessionsIterator()Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceRefundSessionModifier and TypeMethodDescriptionvoidInvoicePaymentRefund.addToSessions(InvoiceRefundSession elem) intInvoiceRefundSession.compareTo(InvoiceRefundSession other) booleanInvoiceRefundSession.equals(InvoiceRefundSession that) Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoiceRefundSessionModifier and TypeMethodDescriptionInvoicePaymentRefund.setSessions(List<InvoiceRefundSession> sessions) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceRefundSessionModifierConstructorDescriptionPerforms a deep copy on other.Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type InvoiceRefundSessionModifierConstructorDescriptionInvoicePaymentRefund(InvoicePaymentRefund refund, List<InvoiceRefundSession> sessions)