lib/recurly/resources/subscription_add_on.rb in recurly-3.7.0 vs lib/recurly/resources/subscription_add_on.rb in recurly-3.8.0

- old
+ new

@@ -8,9 +8,13 @@ # @!attribute add_on # @return [AddOnMini] Just the important parts. define_attribute :add_on, :AddOnMini + # @!attribute add_on_source + # @return [String] Used to determine where the associated add-on data is pulled from. If this value is set to `plan_add_on` or left blank, then add-on data will be pulled from the plan's add-ons. If the associated `plan` has `allow_any_item_on_subscriptions` set to `true` and this field is set to `item`, then the associated add-on data will be pulled from the site's item catalog. + define_attribute :add_on_source, String + # @!attribute created_at # @return [DateTime] Created at define_attribute :created_at, DateTime # @!attribute expired_at