Increase.RealTimeDecisions.RealTimeDecision.DigitalWalletToken (Increase v1.0.0)

Copy Markdown View Source

Fields related to a digital wallet token provisioning attempt.

Fields

  • card_id - The identifier of the Card that is being tokenized.
  • decision - Whether or not the provisioning request was approved. This will be null until the real time decision is responded to.
  • device - Device that is being used to provision the digital wallet token.
  • digital_wallet - The digital wallet app being used.

Summary

Types

t()

@type t() :: %Increase.RealTimeDecisions.RealTimeDecision.DigitalWalletToken{
  card_id: String.t(),
  decision: String.t() | nil,
  device:
    Increase.RealTimeDecisions.RealTimeDecision.DigitalWalletToken.Device.t(),
  digital_wallet: String.t()
}