Stripe.Params.FinancialConnections.SessionCreateParams.Filters
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.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.