authenticationOnly property

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

If set to true, you will only perform the 3D Secure 2 authentication, and not the payment authorisation.

Implementation

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