Nested struct within the parent resource.
Summary
Types
@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.