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

Copy Markdown View Source

The message category of the card authentication attempt.

Fields

  • category - The category of the card authentication attempt.
  • non_payment - Fields specific to non-payment authentication attempts.
  • payment - Fields specific to payment authentication attempts.

Summary

Types

t()

@type t() ::
  %Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.MessageCategory{
    category: String.t(),
    non_payment:
      Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.MessageCategory.NonPayment.t()
      | nil,
    payment:
      Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.MessageCategory.Payment.t()
      | nil
  }