AdyenCheckoutEx.Model.ThreeDs2Result (adyen_checkout_ex v0.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %AdyenCheckoutEx.Model.ThreeDs2Result{
  authenticationValue: String.t() | nil,
  cavvAlgorithm: String.t() | nil,
  challengeCancel: String.t() | nil,
  challengeIndicator: String.t() | nil,
  dsTransID: String.t() | nil,
  eci: String.t() | nil,
  exemptionIndicator: String.t() | nil,
  messageVersion: String.t() | nil,
  riskScore: String.t() | nil,
  threeDSServerTransID: String.t() | nil,
  timestamp: String.t() | nil,
  transStatus: String.t() | nil,
  transStatusReason: String.t() | nil,
  whiteListStatus: String.t() | nil
}