Increase.Simulations.DigitalWalletTokenRequests.SimulationDigitalWalletTokenRequestNewResponse (Increase v1.0.0)

Copy Markdown View Source

The results of a Digital Wallet Token simulation.

Fields

  • decline_reason - If the simulated tokenization attempt was declined, this field contains details as to why.
  • digital_wallet_token_id - If the simulated tokenization attempt was accepted, this field contains the id of the Digital Wallet Token that was created.
  • type - A constant representing the object's type. For this resource it will always be inbound_digital_wallet_token_request_simulation_result.

Summary

Types

t()

@type t() ::
  %Increase.Simulations.DigitalWalletTokenRequests.SimulationDigitalWalletTokenRequestNewResponse{
    decline_reason: String.t() | nil,
    digital_wallet_token_id: String.t() | nil,
    type: String.t()
  }