StripeElixir.Params.FinancialConnections.SessionCreateParams.Filters (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.FinancialConnections.SessionCreateParams.Filters{
  account_subcategories: [String.t()] | nil,
  countries: [String.t()] | nil
}
  • account_subcategories - Restricts the Session to subcategories of accounts that can be linked. Valid subcategories are: checking, savings, mortgage, line_of_credit, credit_card.
  • countries - List of countries from which to collect accounts.