Parameters for financial account list.
Summary
Types
@type t() :: %Stripe.Params.Treasury.FinancialAccountListParams{ created: term(), ending_before: term(), expand: term(), limit: term(), starting_after: term(), status: term() }
created- Only return FinancialAccounts that were created during the given date interval.ending_before- An object ID cursor for use in pagination. Max length: 5000.expand- Specifies which fields in the response should be expanded.limit- A limit ranging from 1 to 100 (defaults to 10).starting_after- An object ID cursor for use in pagination. Max length: 5000.status- Only return FinancialAccounts that have the given status:openorclosedPossible values:closed,open.