Uses of Class
dev.vality.damsel.domain.InvoicePaymentAdjustmentStatus
Packages that use InvoicePaymentAdjustmentStatus
-
Uses of InvoicePaymentAdjustmentStatus in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentAdjustmentStatusMethods in dev.vality.damsel.domain that return InvoicePaymentAdjustmentStatusModifier and TypeMethodDescriptionInvoicePaymentAdjustmentStatus.cancelled(InvoicePaymentAdjustmentCancelled value) InvoicePaymentAdjustmentStatus.captured(InvoicePaymentAdjustmentCaptured value) InvoicePaymentAdjustmentStatus.deepCopy()InvoicePaymentAdjustment.getStatus()InvoicePaymentAdjustmentStatus.pending(InvoicePaymentAdjustmentPending value) InvoicePaymentAdjustmentStatus.processed(InvoicePaymentAdjustmentProcessed value) Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentStatusModifier and TypeMethodDescriptionintInvoicePaymentAdjustmentStatus.compareTo(InvoicePaymentAdjustmentStatus other) booleanInvoicePaymentAdjustmentStatus.equals(InvoicePaymentAdjustmentStatus other) InvoicePaymentAdjustment.setStatus(InvoicePaymentAdjustmentStatus status) Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentStatusModifierConstructorDescriptionInvoicePaymentAdjustment(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 InvoicePaymentAdjustmentStatus in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentAdjustmentStatusModifier and TypeFieldDescriptionInvalidPaymentAdjustmentStatus.statusInvoicePaymentAdjustmentStatusChanged.statusMethods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentStatusModifier and TypeMethodDescriptionInvalidPaymentAdjustmentStatus.getStatus()InvoicePaymentAdjustmentStatusChanged.getStatus()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentStatusModifier and TypeMethodDescriptionInvalidPaymentAdjustmentStatus.setStatus(InvoicePaymentAdjustmentStatus status) InvoicePaymentAdjustmentStatusChanged.setStatus(InvoicePaymentAdjustmentStatus status) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentStatusModifierConstructorDescription