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

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Subscription.PendingInvoiceItemInterval{
  interval: String.t() | nil,
  interval_count: integer() | nil
}
  • interval - Specifies invoicing frequency. Either day, week, month or year. Possible values: day, month, week, year.
  • interval_count - The number of intervals between invoices. For example, interval=month and interval_count=3 bills every 3 months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks).