Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.DeviceChannel (Increase v1.0.0)

Copy Markdown View Source

The device channel of the card authentication attempt.

Fields

  • browser - Fields specific to the browser device channel.
  • category - The category of the device channel.
  • merchant_initiated - Fields specific to merchant initiated transactions.

Summary

Types

t()

@type t() ::
  %Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.DeviceChannel{
    browser:
      Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.DeviceChannel.Browser.t()
      | nil,
    category: String.t(),
    merchant_initiated:
      Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.DeviceChannel.MerchantInitiated.t()
      | nil
  }