Increase.CardTokens.CardTokenCapabilities (Increase v1.0.0)

Copy Markdown View Source

The capabilities of a Card Token describe whether the card can be used for specific operations, such as Card Push Transfers. The capabilities can change over time based on the issuing bank's configuration of the card range.

Fields

  • routes - Each route represent a path e.g., a push transfer can take.
  • type - A constant representing the object's type. For this resource it will always be card_token_capabilities.

Summary

Types

t()

@type t() :: %Increase.CardTokens.CardTokenCapabilities{
  routes: [Increase.CardTokens.CardTokenCapabilities.Route.t()],
  type: String.t()
}