threeDSecure property

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

The 3DS configuration of the physical or the virtual card. Possible values: fullySupported, secureCorporate. > Reach out to your Adyen contact to get the values relevant for your integration.

Implementation

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