lib/recurly/requests/subscription_change_create.rb in recurly-3.3.0 vs lib/recurly/requests/subscription_change_create.rb in recurly-3.3.1
- old
+ new
@@ -36,9 +36,13 @@
# @!attribute quantity
# @return [Integer] Optionally override the default quantity of 1.
define_attribute :quantity, Integer
+ # @!attribute revenue_schedule_type
+ # @return [String] Revenue schedule type
+ define_attribute :revenue_schedule_type, String
+
# @!attribute shipping
# @return [SubscriptionChangeShippingCreate] The shipping address can currently only be changed immediately, using SubscriptionUpdate.
define_attribute :shipping, :SubscriptionChangeShippingCreate
# @!attribute timeframe