# `Stripe.Resources.SubscriptionSchedule.BillingMode`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/subscription_schedule.ex#L94)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SubscriptionSchedule.BillingMode{
  flexible:
    Stripe.Resources.SubscriptionSchedule.BillingMode.Flexible.t() | nil,
  type: String.t() | nil,
  updated_at: integer() | nil
}
```

* `flexible` - Configure behavior for flexible billing mode Nullable.
* `type` - Controls how prorations and invoices for subscriptions are calculated and orchestrated. Possible values: `classic`, `flexible`.
* `updated_at` - Details on when the current billing_mode was adopted. Format: Unix timestamp.

---

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