paymentData property
Encoded payment data. For authorizing a payment after using 3D Secure 2 Authentication-only: If you received resultCode: AuthenticationNotRequired in the /payments response, use the threeDSPaymentData from the same response. If you received resultCode: AuthenticationFinished in the /payments response, use the action.paymentData from the same response.
Implementation
@BuiltValueField(wireName: r'paymentData')
String? get paymentData;