Increase.CardTokens.CardTokenCapabilities.Route (Increase v1.0.0)

Copy Markdown View Source

The CardTokenCapabilitiesRoute object.

Fields

  • cross_border_push_transfers - Whether you can push funds to the card using cross-border Card Push Transfers.
  • domestic_push_transfers - Whether you can push funds to the card using domestic Card Push Transfers.
  • issuer_country - The ISO-3166-1 alpha-2 country code of the card's issuing bank.
  • route - The card network route the capabilities apply to.

Summary

Types

t()

@type t() :: %Increase.CardTokens.CardTokenCapabilities.Route{
  cross_border_push_transfers: String.t(),
  domestic_push_transfers: String.t(),
  issuer_country: String.t(),
  route: String.t()
}