Uses of Enum Class
com.vonage.client.verify.Psd2Request.Workflow
Packages that use Psd2Request.Workflow
-
Uses of Psd2Request.Workflow in com.vonage.client.verify
Methods in com.vonage.client.verify that return Psd2Request.WorkflowModifier and TypeMethodDescriptionPsd2Request.getWorkflow()static Psd2Request.WorkflowReturns the enum constant of this class with the specified name.static Psd2Request.Workflow[]Psd2Request.Workflow.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.verify with parameters of type Psd2Request.WorkflowModifier and TypeMethodDescriptionVerifyClient.psd2Verify(String number, Double amount, String payee, Psd2Request.Workflow workflow) Send a PSD2 compliant payment token to a user for payment authorization with a pin verification workflowPsd2Request.Builder.workflow(Psd2Request.Workflow workflow)