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 becard_token_capabilities.
Summary
Types
@type t() :: %Increase.CardTokens.CardTokenCapabilities{ routes: [Increase.CardTokens.CardTokenCapabilities.Route.t()], type: String.t() }