threeDSAuthenticationOnly property
- @Deprecated('threeDSAuthenticationOnly has been deprecated')
- @BuiltValueField.new(wireName: r'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;