Uses of Class
dev.vality.damsel.domain.FinalCashFlowPosting
Packages that use FinalCashFlowPosting
-
Uses of FinalCashFlowPosting in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type FinalCashFlowPostingModifier and TypeFieldDescriptionInvoicePaymentAdjustment.new_cash_flowInvoicePaymentAdjustment.old_cash_flow_inverseMethods in dev.vality.damsel.domain that return FinalCashFlowPostingModifier and TypeMethodDescriptionFinalCashFlowPosting.deepCopy()FinalCashFlowPosting.setDestination(FinalCashFlowAccount destination) FinalCashFlowPosting.setDetails(String details) FinalCashFlowPosting.setSource(FinalCashFlowAccount source) Methods in dev.vality.damsel.domain that return types with arguments of type FinalCashFlowPostingModifier and TypeMethodDescriptionInvoicePaymentAdjustment.getNewCashFlow()InvoicePaymentAdjustment.getNewCashFlowIterator()InvoicePaymentAdjustment.getOldCashFlowInverse()InvoicePaymentAdjustment.getOldCashFlowInverseIterator()Methods in dev.vality.damsel.domain with parameters of type FinalCashFlowPostingModifier and TypeMethodDescriptionvoidInvoicePaymentAdjustment.addToNewCashFlow(FinalCashFlowPosting elem) voidInvoicePaymentAdjustment.addToOldCashFlowInverse(FinalCashFlowPosting elem) intFinalCashFlowPosting.compareTo(FinalCashFlowPosting other) booleanFinalCashFlowPosting.equals(FinalCashFlowPosting that) Method parameters in dev.vality.damsel.domain with type arguments of type FinalCashFlowPostingModifier and TypeMethodDescriptionInvoicePaymentAdjustment.setNewCashFlow(List<FinalCashFlowPosting> new_cash_flow) InvoicePaymentAdjustment.setOldCashFlowInverse(List<FinalCashFlowPosting> old_cash_flow_inverse) Constructors in dev.vality.damsel.domain with parameters of type FinalCashFlowPostingModifierConstructorDescriptionPerforms a deep copy on other.Constructor parameters in dev.vality.damsel.domain with type arguments of type FinalCashFlowPostingModifierConstructorDescriptionInvoicePaymentAdjustment(String id, InvoicePaymentAdjustmentStatus status, String created_at, long domain_revision, String reason, List<FinalCashFlowPosting> new_cash_flow, List<FinalCashFlowPosting> old_cash_flow_inverse) -
Uses of FinalCashFlowPosting in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type FinalCashFlowPostingModifier and TypeFieldDescriptionInvoicePayment.cash_flowInvoicePaymentCashFlowChanged.cash_flowДанные финансового взаимодействия.InvoicePaymentChargeback.cash_flowInvoicePaymentChargebackCashFlowChanged.cash_flowInvoicePaymentRefund.cash_flowInvoicePaymentRefundCreated.cash_flowInvoicePaymentStarted.cash_flowДанные финансового взаимодействия.Methods in dev.vality.damsel.payment_processing that return types with arguments of type FinalCashFlowPostingModifier and TypeMethodDescriptionInvoicePayment.getCashFlow()InvoicePaymentCashFlowChanged.getCashFlow()Данные финансового взаимодействия.InvoicePaymentChargeback.getCashFlow()InvoicePaymentChargebackCashFlowChanged.getCashFlow()InvoicePaymentRefund.getCashFlow()InvoicePaymentRefundCreated.getCashFlow()InvoicePaymentStarted.getCashFlow()Данные финансового взаимодействия.InvoicePayment.getCashFlowIterator()InvoicePaymentCashFlowChanged.getCashFlowIterator()InvoicePaymentChargeback.getCashFlowIterator()InvoicePaymentChargebackCashFlowChanged.getCashFlowIterator()InvoicePaymentRefund.getCashFlowIterator()InvoicePaymentRefundCreated.getCashFlowIterator()InvoicePaymentStarted.getCashFlowIterator()Methods in dev.vality.damsel.payment_processing with parameters of type FinalCashFlowPostingModifier and TypeMethodDescriptionvoidInvoicePayment.addToCashFlow(FinalCashFlowPosting elem) voidInvoicePaymentCashFlowChanged.addToCashFlow(FinalCashFlowPosting elem) voidInvoicePaymentChargeback.addToCashFlow(FinalCashFlowPosting elem) voidInvoicePaymentChargebackCashFlowChanged.addToCashFlow(FinalCashFlowPosting elem) voidInvoicePaymentRefund.addToCashFlow(FinalCashFlowPosting elem) voidInvoicePaymentRefundCreated.addToCashFlow(FinalCashFlowPosting elem) voidInvoicePaymentStarted.addToCashFlow(FinalCashFlowPosting elem) Method parameters in dev.vality.damsel.payment_processing with type arguments of type FinalCashFlowPostingModifier and TypeMethodDescriptionInvoicePayment.setCashFlow(List<FinalCashFlowPosting> cash_flow) InvoicePaymentCashFlowChanged.setCashFlow(List<FinalCashFlowPosting> cash_flow) Данные финансового взаимодействия.InvoicePaymentChargeback.setCashFlow(List<FinalCashFlowPosting> cash_flow) InvoicePaymentChargebackCashFlowChanged.setCashFlow(List<FinalCashFlowPosting> cash_flow) InvoicePaymentRefund.setCashFlow(List<FinalCashFlowPosting> cash_flow) InvoicePaymentRefundCreated.setCashFlow(List<FinalCashFlowPosting> cash_flow) InvoicePaymentStarted.setCashFlow(List<FinalCashFlowPosting> cash_flow) Данные финансового взаимодействия.Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type FinalCashFlowPostingModifierConstructorDescriptionInvoicePaymentCashFlowChanged(List<FinalCashFlowPosting> cash_flow) InvoicePaymentRefundCreated(InvoicePaymentRefund refund, List<FinalCashFlowPosting> cash_flow)