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
@@ -237,19 +240,19 @@ class MutatedSubscription < Orb::Internal::Type::BaseModel
237
240
#
238
241
# @param default_invoice_memo [String, nil] Determines the default memo on this subscriptions' invoices. Note that if this i
239
242
#
240
-
# @param discount_intervals [Array<Orb::Models::AmountDiscountInterval, Orb::Models::PercentageDiscountInterval, Orb::Models::UsageDiscountInterval>] The discount intervals for this subscription sorted by the start_date.
243
+
# @param discount_intervals [Array<Orb::Models::AmountDiscountInterval, Orb::Models::PercentageDiscountInterval, Orb::Models::UsageDiscountInterval>] The discount intervals for this subscription sorted by the start_date. This fiel
241
244
#
242
245
# @param end_date [Time, nil] The date Orb stops billing for this subscription.
@@ -250,19 +253,19 @@ class Subscription < Orb::Internal::Type::BaseModel
250
253
#
251
254
# @param default_invoice_memo [String, nil] Determines the default memo on this subscriptions' invoices. Note that if this i
252
255
#
253
-
# @param discount_intervals [Array<Orb::Models::AmountDiscountInterval, Orb::Models::PercentageDiscountInterval, Orb::Models::UsageDiscountInterval>] The discount intervals for this subscription sorted by the start_date.
256
+
# @param discount_intervals [Array<Orb::Models::AmountDiscountInterval, Orb::Models::PercentageDiscountInterval, Orb::Models::UsageDiscountInterval>] The discount intervals for this subscription sorted by the start_date. This fiel
254
257
#
255
258
# @param end_date [Time, nil] The date Orb stops billing for this subscription.
0 commit comments