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

OrganizationSubscriptionSettings

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.OrganizationSubscriptionSettings{
  allow_customer_updates: term(),
  allow_multiple_subscriptions: term(),
  benefit_revocation_grace_period: term(),
  prevent_trial_abuse: term(),
  proration_behavior: term()
}
```

* `allow_customer_updates`
* `allow_multiple_subscriptions`
* `benefit_revocation_grace_period`
* `prevent_trial_abuse`
* `proration_behavior` - Possible values: `invoice`, `prorate`, `next_period`.

# `schema_name`

---

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