# `Stripe.Resources.PlatformRestriction`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/platform_restriction.ex#L2)

TreasuryFinancialAccountsResourcePlatformRestrictions

Restrictions that a Connect Platform has placed on this FinancialAccount.

# `t`

```elixir
@type t() :: %Stripe.Resources.PlatformRestriction{
  inbound_flows: String.t(),
  outbound_flows: String.t()
}
```

* `inbound_flows` - Restricts all inbound money movement. Possible values: `restricted`, `unrestricted`. Nullable.
* `outbound_flows` - Restricts all outbound money movement. Possible values: `restricted`, `unrestricted`. Nullable.

# `object_name`

---

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