alias Stripe::QuotesResourceComputedRecurring

Overview

The definitive totals and line items the customer will be charged on a recurring basis. Takes into account the line items with recurring prices and discounts with duration=forever coupons only. Defaults to null if no inputted line items with recurring prices.

Alias Definition

Stripe::QuotesResourceRecurring

Defined in:

stripe/models/quotes_resource_computed_recurring.cr

Constant Summary

ERROR_MESSAGE_FOR_INTERVAL = "invalid value for \"interval\", must be one of [day, month, week, year]."
VALID_VALUES_FOR_INTERVAL = String.static_array("day", "month", "week", "year")