Stripe.Resources.Subscription.PendingInvoiceItemInterval
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Subscription.PendingInvoiceItemInterval{ interval: String.t() | nil, interval_count: integer() | nil }
interval- Specifies invoicing frequency. Eitherday,week,monthoryear. Possible values:day,month,week,year.interval_count- The number of intervals between invoices. For example,interval=monthandinterval_count=3bills every 3 months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks).