Uses of Class
dev.vality.damsel.domain.TargetInvoicePaymentStatus
Packages that use TargetInvoicePaymentStatus
Package
Description
-
Uses of TargetInvoicePaymentStatus in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return TargetInvoicePaymentStatusModifier and TypeMethodDescriptionstatic TargetInvoicePaymentStatusTargetInvoicePaymentStatus.cancelled(InvoicePaymentCancelled value) static TargetInvoicePaymentStatusTargetInvoicePaymentStatus.captured(InvoicePaymentCaptured value) TargetInvoicePaymentStatus.deepCopy()static TargetInvoicePaymentStatusTargetInvoicePaymentStatus.processed(InvoicePaymentProcessed value) static TargetInvoicePaymentStatusTargetInvoicePaymentStatus.refunded(InvoicePaymentRefunded value) Methods in dev.vality.damsel.domain with parameters of type TargetInvoicePaymentStatusModifier and TypeMethodDescriptionintTargetInvoicePaymentStatus.compareTo(TargetInvoicePaymentStatus other) booleanTargetInvoicePaymentStatus.equals(TargetInvoicePaymentStatus other) Constructors in dev.vality.damsel.domain with parameters of type TargetInvoicePaymentStatus -
Uses of TargetInvoicePaymentStatus in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as TargetInvoicePaymentStatusModifier and TypeFieldDescriptionInvoicePaymentSessionChange.targetInvoicePaymentSession.target_statusMethods in dev.vality.damsel.payment_processing that return TargetInvoicePaymentStatusModifier and TypeMethodDescriptionInvoicePaymentSessionChange.getTarget()InvoicePaymentSession.getTargetStatus()Methods in dev.vality.damsel.payment_processing with parameters of type TargetInvoicePaymentStatusModifier and TypeMethodDescriptionInvoicePaymentSessionChange.setTarget(TargetInvoicePaymentStatus target) InvoicePaymentSession.setTargetStatus(TargetInvoicePaymentStatus target_status) Constructors in dev.vality.damsel.payment_processing with parameters of type TargetInvoicePaymentStatusModifierConstructorDescriptionInvoicePaymentSession(TargetInvoicePaymentStatus target_status) InvoicePaymentSessionChange(TargetInvoicePaymentStatus target, SessionChangePayload payload) -
Uses of TargetInvoicePaymentStatus in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as TargetInvoicePaymentStatusMethods in dev.vality.damsel.proxy_provider that return TargetInvoicePaymentStatusMethods in dev.vality.damsel.proxy_provider with parameters of type TargetInvoicePaymentStatusConstructors in dev.vality.damsel.proxy_provider with parameters of type TargetInvoicePaymentStatus