Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChargeback
Packages that use InvoicePaymentChargeback
-
Uses of InvoicePaymentChargeback in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type InvoicePaymentChargebackMethods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackModifier and TypeMethodDescriptionInvoicePaymentChargeback.deepCopy()InvoicePaymentChargeback.setCashFlow(List<FinalCashFlowPosting> cash_flow) InvoicePaymentChargeback.setChargeback(InvoicePaymentChargeback chargeback) Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoicePaymentChargebackModifier and TypeMethodDescriptionInvoicePayment.getChargebacks()InvoicePayment.getChargebacksIterator()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackModifier and TypeMethodDescriptionvoidInvoicePayment.addToChargebacks(InvoicePaymentChargeback elem) intInvoicePaymentChargeback.compareTo(InvoicePaymentChargeback other) booleanInvoicePaymentChargeback.equals(InvoicePaymentChargeback that) Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentChargebackModifier and TypeMethodDescriptionInvoicePayment.setChargebacks(List<InvoicePaymentChargeback> chargebacks) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackModifierConstructorDescriptionPerforms a deep copy on other.