threeDOffered property

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

A Boolean value indicating whether 3DS was offered for this payment. Example: true

Implementation

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