@@ -2027,14 +2027,10 @@ public static class SubscriptionData extends StripeObject {
20272027 Map <String , String > metadata ;
20282028
20292029 /**
2030- * Configures how the quote handles billing for line transitions. Possible values are {@code
2031- * line_start} (default) or {@code billing_period_start}. {@code line_start} bills based on the
2032- * current state of the line, ignoring changes scheduled for future lines. {@code
2033- * billing_period_start} bills predictively for upcoming line transitions within the current
2034- * billing cycle, including pricing changes and service period adjustments that will occur
2035- * before the next invoice.
2030+ * Configures how the subscription schedule handles billing for phase transitions when the quote
2031+ * is accepted.
20362032 *
2037- * <p>One of {@code billing_period_start}, or {@code line_start }.
2033+ * <p>One of {@code billing_period_start}, or {@code phase_start }.
20382034 */
20392035 @ SerializedName ("phase_effective_at" )
20402036 String phaseEffectiveAt ;
@@ -2494,14 +2490,10 @@ public static class SubscriptionDataOverride extends StripeObject {
24942490 String endBehavior ;
24952491
24962492 /**
2497- * Configures how the quote handles billing for line transitions. Possible values are {@code
2498- * line_start} (default) or {@code billing_period_start}. {@code line_start} bills based on the
2499- * current state of the line, ignoring changes scheduled for future lines. {@code
2500- * billing_period_start} bills predictively for upcoming line transitions within the current
2501- * billing cycle, including pricing changes and service period adjustments that will occur
2502- * before the next invoice.
2493+ * Configures how the subscription schedule handles billing for phase transitions when the quote
2494+ * is accepted.
25032495 *
2504- * <p>One of {@code billing_period_start}, or {@code line_start }.
2496+ * <p>One of {@code billing_period_start}, or {@code phase_start }.
25052497 */
25062498 @ SerializedName ("phase_effective_at" )
25072499 String phaseEffectiveAt ;
0 commit comments