Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChargeback
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentChargeback in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type InvoicePaymentChargeback Modifier and Type Field Description List<InvoicePaymentChargeback>InvoicePayment. chargebacksMethods in dev.vality.damsel.payment_processing that return InvoicePaymentChargeback Modifier and Type Method Description InvoicePaymentChargebackInvoicePaymentChargeback. deepCopy()InvoicePaymentChargebackInvoicePaymentChargeback. setCashFlow(List<FinalCashFlowPosting> cash_flow)InvoicePaymentChargebackInvoicePaymentChargeback. setChargeback(InvoicePaymentChargeback chargeback)Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoicePaymentChargeback Modifier and Type Method Description List<InvoicePaymentChargeback>InvoicePayment. getChargebacks()Iterator<InvoicePaymentChargeback>InvoicePayment. getChargebacksIterator()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargeback Modifier and Type Method Description voidInvoicePayment. addToChargebacks(InvoicePaymentChargeback elem)intInvoicePaymentChargeback. compareTo(InvoicePaymentChargeback other)booleanInvoicePaymentChargeback. equals(InvoicePaymentChargeback that)Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentChargeback Modifier and Type Method Description InvoicePaymentInvoicePayment. setChargebacks(List<InvoicePaymentChargeback> chargebacks)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargeback Constructor Description InvoicePaymentChargeback(InvoicePaymentChargeback other)Performs a deep copy on other.