Stripe.Resources.Subscription.BillingMode (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Subscription.BillingMode{
  flexible: Stripe.Resources.Subscription.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.