Stripe.Resources.FinancialConnections.Session.Filters (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.FinancialConnections.Session.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. Nullable.
  • countries - List of countries from which to filter accounts. Nullable.