Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentSession
Packages that use InvoicePaymentSession
-
Uses of InvoicePaymentSession in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type InvoicePaymentSessionMethods in dev.vality.damsel.payment_processing that return InvoicePaymentSessionModifier and TypeMethodDescriptionInvoicePaymentSession.deepCopy()InvoicePaymentSession.setTargetStatus(TargetInvoicePaymentStatus target_status) InvoicePaymentSession.setTransactionInfo(TransactionInfo transaction_info) Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoicePaymentSessionModifier and TypeMethodDescriptionInvoicePayment.getSessions()InvoicePayment.getSessionsIterator()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentSessionModifier and TypeMethodDescriptionvoidInvoicePayment.addToSessions(InvoicePaymentSession elem) intInvoicePaymentSession.compareTo(InvoicePaymentSession other) booleanInvoicePaymentSession.equals(InvoicePaymentSession that) Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentSessionModifier and TypeMethodDescriptionInvoicePayment.setSessions(List<InvoicePaymentSession> sessions) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentSessionModifierConstructorDescriptionPerforms a deep copy on other.