Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.SubscriptionCreateParams.BillingMode{ flexible: Stripe.Params.SubscriptionCreateParams.BillingMode.Flexible.t() | nil, type: String.t() | nil }
flexible- Configure behavior for flexible billing mode.type- Controls the calculation and orchestration of prorations and invoices for subscriptions. If no value is passed, the default isflexible. Possible values:classic,flexible.