Increase.DigitalWalletTokens.DigitalWalletToken.Decline (Increase v1.0.0)

Copy Markdown View Source

If the Digital Wallet Token was declined during provisioning, details about the decline.

Fields

  • reason - The reason the token provisioning was declined.

Summary

Types

t()

@type t() :: %Increase.DigitalWalletTokens.DigitalWalletToken.Decline{
  reason: String.t()
}