# `PolarExpress.Schemas.OrganizationNotificationSettings`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/organization_notification_settings.ex#L2)

OrganizationNotificationSettings

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.OrganizationNotificationSettings{
  new_order: boolean() | nil,
  new_subscription: boolean() | nil
}
```

* `new_order`
* `new_subscription`

# `schema_name`

---

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