alias Stripe::SubscriptionPendingInvoiceItemInterval1

Overview

Specifies an interval for how often to bill for any pending invoice items. It is analogous to calling Create an invoice for the given subscription at the specified interval.

Alias Definition

Stripe::SubscriptionPendingInvoiceItemInterval

Defined in:

stripe/models/subscription_pending_invoice_item_interval1.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")