Stripe.Params.Treasury.FinancialAccountCreateParams.PlatformRestrictions
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.Treasury.FinancialAccountCreateParams.PlatformRestrictions{ inbound_flows: String.t() | nil, outbound_flows: String.t() | nil }
inbound_flows- Restricts all inbound money movement. Possible values:restricted,unrestricted.outbound_flows- Restricts all outbound money movement. Possible values:restricted,unrestricted.