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

SubscriptionUpdateBillingPeriod

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.SubscriptionUpdateBillingPeriod{
  current_billing_period_end: DateTime.t() | nil
}
```

* `current_billing_period_end` - Set a new date for the end of the current billing period. The subscription will renew on this date. Needs to be later than the current value.

It is not possible to update the current billing period on a canceled subscription. Format: date-time.

# `schema_name`

---

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