@@ -1640,14 +1640,7 @@ public static class Line {
16401640 @ SerializedName ("cancel_subscription_schedule" )
16411641 CancelSubscriptionSchedule cancelSubscriptionSchedule ;
16421642
1643- /**
1644- * Configures how the subscription schedule handles billing for phase transitions. Possible
1645- * values are {@code phase_start} (default) or {@code billing_period_start}. {@code phase_start}
1646- * bills based on the current state of the subscription, ignoring changes scheduled in future
1647- * phases. {@code billing_period_start} bills predictively for upcoming phase transitions within
1648- * the current billing cycle, including pricing changes and service period adjustments that will
1649- * occur before the next invoice.
1650- */
1643+ /** Configures how the quote handles billing for line transitions. */
16511644 @ SerializedName ("effective_at" )
16521645 EffectiveAt effectiveAt ;
16531646
@@ -1830,14 +1823,7 @@ public Builder setCancelSubscriptionSchedule(
18301823 return this ;
18311824 }
18321825
1833- /**
1834- * Configures how the subscription schedule handles billing for phase transitions. Possible
1835- * values are {@code phase_start} (default) or {@code billing_period_start}. {@code
1836- * phase_start} bills based on the current state of the subscription, ignoring changes
1837- * scheduled in future phases. {@code billing_period_start} bills predictively for upcoming
1838- * phase transitions within the current billing cycle, including pricing changes and service
1839- * period adjustments that will occur before the next invoice.
1840- */
1826+ /** Configures how the quote handles billing for line transitions. */
18411827 public Builder setEffectiveAt (QuoteCreateParams .Line .EffectiveAt effectiveAt ) {
18421828 this .effectiveAt = effectiveAt ;
18431829 return this ;
@@ -6615,11 +6601,7 @@ public static class SubscriptionData {
66156601
66166602 /**
66176603 * Configures how the subscription schedule handles billing for phase transitions when the quote
6618- * is accepted. Possible values are {@code phase_start} (default) or {@code
6619- * billing_period_start}. {@code phase_start} bills based on the current state of the
6620- * subscription, ignoring changes scheduled in future phases. {@code billing_period_start} bills
6621- * predictively for upcoming phase transitions within the current billing cycle, including
6622- * pricing changes and service period adjustments that will occur before the next invoice.
6604+ * is accepted.
66236605 */
66246606 @ SerializedName ("phase_effective_at" )
66256607 PhaseEffectiveAt phaseEffectiveAt ;
@@ -6938,12 +6920,7 @@ public Builder putAllMetadata(Map<String, String> map) {
69386920
69396921 /**
69406922 * Configures how the subscription schedule handles billing for phase transitions when the
6941- * quote is accepted. Possible values are {@code phase_start} (default) or {@code
6942- * billing_period_start}. {@code phase_start} bills based on the current state of the
6943- * subscription, ignoring changes scheduled in future phases. {@code billing_period_start}
6944- * bills predictively for upcoming phase transitions within the current billing cycle,
6945- * including pricing changes and service period adjustments that will occur before the next
6946- * invoice.
6923+ * quote is accepted.
69476924 */
69486925 public Builder setPhaseEffectiveAt (
69496926 QuoteCreateParams .SubscriptionData .PhaseEffectiveAt phaseEffectiveAt ) {
@@ -8891,8 +8868,8 @@ public enum PhaseEffectiveAt implements ApiRequestParams.EnumParam {
88918868 @ SerializedName ("billing_period_start" )
88928869 BILLING_PERIOD_START ("billing_period_start" ),
88938870
8894- @ SerializedName ("line_start " )
8895- LINE_START ( "line_start " );
8871+ @ SerializedName ("phase_start " )
8872+ PHASE_START ( "phase_start " );
88968873
88978874 @ Getter (onMethod_ = {@ Override })
88988875 private final String value ;
@@ -8982,11 +8959,7 @@ public static class SubscriptionDataOverride {
89828959
89838960 /**
89848961 * Configures how the subscription schedule handles billing for phase transitions when the quote
8985- * is accepted. Possible values are {@code phase_start} (default) or {@code
8986- * billing_period_start}. {@code phase_start} bills based on the current state of the
8987- * subscription, ignoring changes scheduled in future phases. {@code billing_period_start} bills
8988- * predictively for upcoming phase transitions within the current billing cycle, including
8989- * pricing changes and service period adjustments that will occur before the next invoice.
8962+ * is accepted.
89908963 */
89918964 @ SerializedName ("phase_effective_at" )
89928965 PhaseEffectiveAt phaseEffectiveAt ;
@@ -9186,12 +9159,7 @@ public Builder putAllExtraParam(Map<String, Object> map) {
91869159
91879160 /**
91889161 * Configures how the subscription schedule handles billing for phase transitions when the
9189- * quote is accepted. Possible values are {@code phase_start} (default) or {@code
9190- * billing_period_start}. {@code phase_start} bills based on the current state of the
9191- * subscription, ignoring changes scheduled in future phases. {@code billing_period_start}
9192- * bills predictively for upcoming phase transitions within the current billing cycle,
9193- * including pricing changes and service period adjustments that will occur before the next
9194- * invoice.
9162+ * quote is accepted.
91959163 */
91969164 public Builder setPhaseEffectiveAt (
91979165 QuoteCreateParams .SubscriptionDataOverride .PhaseEffectiveAt phaseEffectiveAt ) {
@@ -10941,8 +10909,8 @@ public enum PhaseEffectiveAt implements ApiRequestParams.EnumParam {
1094110909 @ SerializedName ("billing_period_start" )
1094210910 BILLING_PERIOD_START ("billing_period_start" ),
1094310911
10944- @ SerializedName ("line_start " )
10945- LINE_START ( "line_start " );
10912+ @ SerializedName ("phase_start " )
10913+ PHASE_START ( "phase_start " );
1094610914
1094710915 @ Getter (onMethod_ = {@ Override })
1094810916 private final String value ;
0 commit comments