Uses of Class
dev.vality.adapter.flow.lib.constant.TargetStatus
| Package | Description |
|---|---|
| dev.vality.adapter.flow.lib.constant | |
| dev.vality.adapter.flow.lib.utils |
-
Uses of TargetStatus in dev.vality.adapter.flow.lib.constant
Methods in dev.vality.adapter.flow.lib.constant that return TargetStatus Modifier and Type Method Description static TargetStatusTargetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetStatus[]TargetStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TargetStatus in dev.vality.adapter.flow.lib.utils
Methods in dev.vality.adapter.flow.lib.utils that return TargetStatus Modifier and Type Method Description static TargetStatusTargetStatusResolver. extractTargetStatus(dev.vality.damsel.domain.TargetInvoicePaymentStatus targetInvoicePaymentStatus)static TargetStatusTargetStatusResolver. extractTargetStatus(dev.vality.damsel.proxy_provider.PaymentContext paymentContext)