threeDSRequestorID property

  1. @BuiltValueField.new(wireName: r'threeDSRequestorID')
String? get threeDSRequestorID

Required for authentication-only integration for Visa. Unique 3D Secure requestor identifier assigned by the Directory Server when you enrol for 3D Secure 2.

Implementation

@BuiltValueField(wireName: r'threeDSRequestorID')
String? get threeDSRequestorID;