Uses of Class
dev.vality.damsel.domain.TargetInvoicePaymentStatus
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing | |
| dev.vality.damsel.proxy_provider |
-
Uses of TargetInvoicePaymentStatus in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return TargetInvoicePaymentStatus Modifier and Type Method Description static TargetInvoicePaymentStatusTargetInvoicePaymentStatus. cancelled(InvoicePaymentCancelled value)static TargetInvoicePaymentStatusTargetInvoicePaymentStatus. captured(InvoicePaymentCaptured value)TargetInvoicePaymentStatusTargetInvoicePaymentStatus. deepCopy()static TargetInvoicePaymentStatusTargetInvoicePaymentStatus. processed(InvoicePaymentProcessed value)static TargetInvoicePaymentStatusTargetInvoicePaymentStatus. refunded(InvoicePaymentRefunded value)Methods in dev.vality.damsel.domain with parameters of type TargetInvoicePaymentStatus Modifier and Type Method Description intTargetInvoicePaymentStatus. compareTo(TargetInvoicePaymentStatus other)booleanTargetInvoicePaymentStatus. equals(TargetInvoicePaymentStatus other)Constructors in dev.vality.damsel.domain with parameters of type TargetInvoicePaymentStatus Constructor Description TargetInvoicePaymentStatus(TargetInvoicePaymentStatus other) -
Uses of TargetInvoicePaymentStatus in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as TargetInvoicePaymentStatus Modifier and Type Field Description TargetInvoicePaymentStatusInvoicePaymentSessionChange. targetTargetInvoicePaymentStatusInvoicePaymentSession. target_statusMethods in dev.vality.damsel.payment_processing that return TargetInvoicePaymentStatus Modifier and Type Method Description TargetInvoicePaymentStatusInvoicePaymentSessionChange. getTarget()TargetInvoicePaymentStatusInvoicePaymentSession. getTargetStatus()Methods in dev.vality.damsel.payment_processing with parameters of type TargetInvoicePaymentStatus Modifier and Type Method Description InvoicePaymentSessionChangeInvoicePaymentSessionChange. setTarget(TargetInvoicePaymentStatus target)InvoicePaymentSessionInvoicePaymentSession. setTargetStatus(TargetInvoicePaymentStatus target_status)Constructors in dev.vality.damsel.payment_processing with parameters of type TargetInvoicePaymentStatus Constructor Description InvoicePaymentSession(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 TargetInvoicePaymentStatus Modifier and Type Field Description TargetInvoicePaymentStatusSession. targetMethods in dev.vality.damsel.proxy_provider that return TargetInvoicePaymentStatus Modifier and Type Method Description TargetInvoicePaymentStatusSession. getTarget()Methods in dev.vality.damsel.proxy_provider with parameters of type TargetInvoicePaymentStatus Modifier and Type Method Description SessionSession. setTarget(TargetInvoicePaymentStatus target)Constructors in dev.vality.damsel.proxy_provider with parameters of type TargetInvoicePaymentStatus Constructor Description Session(TargetInvoicePaymentStatus target)