threeDSPaymentData property

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

When non-empty, contains a value that you must submit to the /payments/details endpoint as paymentData.

Implementation

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