Requests.Payments.ThreeDS.ThirdParty (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Requests.Payments.ThreeDS.ThirdParty{
  authentication_amount: integer(),
  authentication_date: String.t(),
  challenge_cancel_reason: String.t(),
  challenge_indicator: String.t(),
  cryptogram: String.t(),
  cryptogram_algorithm: String.t(),
  eci: String.t(),
  enabled: true | false,
  exemption: String.t(),
  flow_type: String.t(),
  score: String.t(),
  status: String.t(),
  status_reason_code: String.t(),
  type: String.t(),
  version: String.t(),
  xid: String.t()
}

Link to this section Functions