You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Some parameter documentations has been truncated, see
165
172
# {Orb::Models::SubscriptionPriceIntervalsParams::Add} for more details.
166
173
#
167
174
# @param start_date [Time, Symbol, Orb::Models::BillingCycleRelativeDate] The start date of the price interval. This is the date that the price will start
168
175
#
169
176
# @param allocation_price [Orb::Models::NewAllocationPrice, nil] The definition of a new allocation price to create and add to the subscription.
170
177
#
178
+
# @param can_defer_billing [Boolean, nil] If true, an in-arrears price interval ending mid-cycle will defer billing the fi
179
+
#
171
180
# @param discounts [Array<Orb::Models::SubscriptionPriceIntervalsParams::Add::Discount::Amount, Orb::Models::SubscriptionPriceIntervalsParams::Add::Discount::Percentage, Orb::Models::SubscriptionPriceIntervalsParams::Add::Discount::Usage>, nil] A list of discounts to initialize on the price interval.
172
181
#
173
182
# @param end_date [Time, Symbol, Orb::Models::BillingCycleRelativeDate, nil] The end date of the price interval. This is the date that the price will stop bi
@@ -1590,9 +1599,9 @@ class Edit < Orb::Internal::Type::BaseModel
1590
1599
optional:billing_cycle_day,Integer,nil?: true
1591
1600
1592
1601
# @!attribute can_defer_billing
1593
-
# If true, ending an in-arrears price interval mid-cycle will defer billing the
1602
+
# If true, an in-arrears price interval ending mid-cycle will defer billing the
1594
1603
# final line item until the next scheduled invoice. If false, it will be billed on
1595
-
# its end date. If not provided, behavior will follow account default.
@@ -1651,7 +1660,7 @@ class Edit < Orb::Internal::Type::BaseModel
1651
1660
#
1652
1661
# @param billing_cycle_day [Integer, nil] The updated billing cycle day for this price interval. If not specified, the bil
1653
1662
#
1654
-
# @param can_defer_billing [Boolean, nil] If true, ending an in-arrears price interval mid-cycle will defer billing the fi
1663
+
# @param can_defer_billing [Boolean, nil] If true, an in-arrears price interval ending mid-cycle will defer billing the fi
1655
1664
#
1656
1665
# @param end_date [Time, Symbol, Orb::Models::BillingCycleRelativeDate, nil] The updated end date of this price interval. If not specified, the end date will
0 commit comments