threeDSAuthenticationOnly property

  1. @Deprecated('threeDSAuthenticationOnly has been deprecated')
  2. @BuiltValueField.new(wireName: r'threeDSAuthenticationOnly')
bool? get threeDSAuthenticationOnly

Required to trigger the authentication-only flow. If set to true, you will only perform the 3D Secure 2 authentication, and will not proceed to the payment authorization.Default: false.

Implementation

@Deprecated('threeDSAuthenticationOnly has been deprecated')
@BuiltValueField(wireName: r'threeDSAuthenticationOnly')
bool? get threeDSAuthenticationOnly;