Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentRefund
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentRefund in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type InvoicePaymentRefund Modifier and Type Field Description List<InvoicePaymentRefund>InvoicePayment. refundsMethods in dev.vality.damsel.payment_processing that return InvoicePaymentRefund Modifier and Type Method Description InvoicePaymentRefundInvoicePaymentRefund. deepCopy()InvoicePaymentRefundInvoicePaymentRefund. setCashFlow(List<FinalCashFlowPosting> cash_flow)InvoicePaymentRefundInvoicePaymentRefund. setRefund(InvoicePaymentRefund refund)InvoicePaymentRefundInvoicePaymentRefund. setSessions(List<InvoiceRefundSession> sessions)Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoicePaymentRefund Modifier and Type Method Description List<InvoicePaymentRefund>InvoicePayment. getRefunds()Iterator<InvoicePaymentRefund>InvoicePayment. getRefundsIterator()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefund Modifier and Type Method Description voidInvoicePayment. addToRefunds(InvoicePaymentRefund elem)intInvoicePaymentRefund. compareTo(InvoicePaymentRefund other)booleanInvoicePaymentRefund. equals(InvoicePaymentRefund that)Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentRefund Modifier and Type Method Description InvoicePaymentInvoicePayment. setRefunds(List<InvoicePaymentRefund> refunds)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefund Constructor Description InvoicePaymentRefund(InvoicePaymentRefund other)Performs a deep copy on other.