@@ -6739,9 +6739,8 @@ export interface SubscriptionPriceIntervalsParams {
67396739 allow_invoice_credit_or_void ?: boolean | null ;
67406740
67416741 /**
6742- * If true, ending an in-arrears price interval mid-cycle will defer billing the
6743- * final line itemuntil the next scheduled invoice. If false, it will be billed on
6744- * its end date. If not provided, behaviorwill follow account default.
6742+ * If set, the default value to use for added/edited price intervals with an
6743+ * end_date set.
67456744 */
67466745 can_defer_billing ?: boolean | null ;
67476746
@@ -6769,6 +6768,13 @@ export namespace SubscriptionPriceIntervalsParams {
67696768 */
67706769 allocation_price ?: Shared . NewAllocationPrice | null ;
67716770
6771+ /**
6772+ * If true, an in-arrears price interval ending mid-cycle will defer billing the
6773+ * final line item until the next scheduled invoice. If false, it will be billed on
6774+ * its end date.
6775+ */
6776+ can_defer_billing ?: boolean | null ;
6777+
67726778 /**
67736779 * A list of discounts to initialize on the price interval.
67746780 */
@@ -7570,9 +7576,9 @@ export namespace SubscriptionPriceIntervalsParams {
75707576 billing_cycle_day ?: number | null ;
75717577
75727578 /**
7573- * If true, ending an in-arrears price interval mid-cycle will defer billing the
7579+ * If true, an in-arrears price interval ending mid-cycle will defer billing the
75747580 * final line item until the next scheduled invoice. If false, it will be billed on
7575- * its end date. If not provided, behavior will follow account default.
7581+ * its end date.
75767582 */
75777583 can_defer_billing ?: boolean | null ;
75787584
0 commit comments