threeDAuthenticated property

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

A Boolean value indicating whether 3DS authentication was completed on this payment. Example: true

Implementation

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