PaymentMethodDetailsCardThreeDSecure constructor

Populated if this transaction used 3D Secure authentication.

Implementation

const PaymentMethodDetailsCardThreeDSecure({
  this.authenticationFlow,
  this.electronicCommerceIndicator,
  this.exemptionIndicator,
  this.exemptionIndicatorApplied,
  this.result,
  this.resultReason,
  this.transactionId,
  this.version,
});