AdyenCheckoutEx.Model.ThreeDSecureData (adyen_checkout_ex v0.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %AdyenCheckoutEx.Model.ThreeDSecureData{
  authenticationResponse: String.t() | nil,
  cavv: binary() | nil,
  cavvAlgorithm: String.t() | nil,
  challengeCancel: String.t() | nil,
  directoryResponse: String.t() | nil,
  dsTransID: String.t() | nil,
  eci: String.t() | nil,
  riskScore: String.t() | nil,
  threeDSVersion: String.t() | nil,
  transStatusReason: String.t() | nil,
  xid: binary() | nil
}