AuthenticationDataAttemptAuthenticationEnum class

Inheritance
  • Object
  • EnumClass
  • AuthenticationDataAttemptAuthenticationEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<AuthenticationDataAttemptAuthenticationEnum>
no setter
values → BuiltSet<AuthenticationDataAttemptAuthenticationEnum>
no setter

Constants

always → const AuthenticationDataAttemptAuthenticationEnum
Indicates when 3D Secure authentication should be attempted. This overrides all other rules, including Dynamic 3D Secure settings. Possible values: * always: Perform 3D Secure authentication. * never: Don't perform 3D Secure authentication. If PSD2 SCA or other national regulations require authentication, the transaction gets declined.
never → const AuthenticationDataAttemptAuthenticationEnum
Indicates when 3D Secure authentication should be attempted. This overrides all other rules, including Dynamic 3D Secure settings. Possible values: * always: Perform 3D Secure authentication. * never: Don't perform 3D Secure authentication. If PSD2 SCA or other national regulations require authentication, the transaction gets declined.
unknownDefaultOpenApi → const AuthenticationDataAttemptAuthenticationEnum
Indicates when 3D Secure authentication should be attempted. This overrides all other rules, including Dynamic 3D Secure settings. Possible values: * always: Perform 3D Secure authentication. * never: Don't perform 3D Secure authentication. If PSD2 SCA or other national regulations require authentication, the transaction gets declined.