Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Quote.Computed.Recurring{ amount_subtotal: integer() | nil, amount_total: integer() | nil, interval: String.t() | nil, interval_count: integer() | nil, total_details: Stripe.Resources.Quote.Computed.Recurring.TotalDetails.t() | nil }
amount_subtotal- Total before any discounts or taxes are applied.amount_total- Total after discounts and taxes are applied.interval- The frequency at which a subscription is billed. One ofday,week,monthoryear. Possible values:day,month,week,year.interval_count- The number of intervals (specified in theintervalattribute) between subscription billings. For example,interval=monthandinterval_count=3bills every 3 months.total_details