Worldpay.Schema.ThreeDS (Worldpay v1.0.0)

Copy Markdown View Source

3DS authentication result to attach to a payment.

Summary

Functions

Serialize to a string-keyed map.

Types

t()

@type t() :: %Worldpay.Schema.ThreeDS{
  authentication_value: String.t() | nil,
  challenge_preference: String.t() | nil,
  eci: String.t() | nil,
  transaction_id: String.t() | nil,
  type: String.t(),
  version: String.t() | nil
}

Functions

to_map(t)

@spec to_map(t()) :: %{required(String.t()) => String.t()}

Serialize to a string-keyed map.