authenticationData property

  1. @BuiltValueField.new(wireName: r'authenticationData')
AuthenticationData? get authenticationData

Configuration data for 3DS payments.

Implementation

@BuiltValueField(wireName: r'authenticationData')
AuthenticationData? get authenticationData;