Stripe.Resources.Quote.SubscriptionData.BillingMode (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Quote.SubscriptionData.BillingMode{
  flexible:
    Stripe.Resources.Quote.SubscriptionData.BillingMode.Flexible.t() | nil,
  type: String.t() | nil
}
  • flexible
  • type - Controls how prorations and invoices for subscriptions are calculated and orchestrated. Possible values: classic, flexible.