threeDSResult property

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

Base64-encoded string returned by the Component after the challenge flow. It contains the following parameters: transStatus, authorisationToken.

Implementation

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