Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentRefund
Packages that use InvoicePaymentRefund
-
Uses of InvoicePaymentRefund in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type InvoicePaymentRefundMethods in dev.vality.damsel.payment_processing that return InvoicePaymentRefundModifier and TypeMethodDescriptionInvoicePaymentRefund.deepCopy()InvoicePaymentRefund.setCashFlow(List<FinalCashFlowPosting> cash_flow) InvoicePaymentRefund.setRefund(InvoicePaymentRefund refund) InvoicePaymentRefund.setSessions(List<InvoiceRefundSession> sessions) Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoicePaymentRefundModifier and TypeMethodDescriptionInvoicePayment.getRefunds()InvoicePayment.getRefundsIterator()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundModifier and TypeMethodDescriptionvoidInvoicePayment.addToRefunds(InvoicePaymentRefund elem) intInvoicePaymentRefund.compareTo(InvoicePaymentRefund other) booleanInvoicePaymentRefund.equals(InvoicePaymentRefund that) Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentRefundConstructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundModifierConstructorDescriptionPerforms a deep copy on other.