never constant

  1. @BuiltValueEnumConst.new(wireName: r'never')
AuthenticationDataAttemptAuthenticationEnum const never

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.

Implementation

@BuiltValueEnumConst(wireName: r'never')
static const AuthenticationDataAttemptAuthenticationEnum never = _$authenticationDataAttemptAuthenticationEnum_never;