# `Stripe.Params.Treasury.FinancialAccountCreateParams.PlatformRestrictions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/treasury/financial_account_create_params.ex#L223)

Nested parameters.

# `t`

```elixir
@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`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
