Merchant.ThreeDsFingerprint (Merchant v0.2.0)

View Source

Provides struct and type for a ThreeDsFingerprint

Summary

Types

t()

@type t() :: %Merchant.ThreeDsFingerprint{
  fingerprint_data: String.t() | nil,
  fingerprint_url: String.t() | nil,
  type: String.t() | nil
}