lib/recurly/resources/subscription.rb in recurly-3.15.0 vs lib/recurly/resources/subscription.rb in recurly-3.16.0
- old
+ new
@@ -41,10 +41,10 @@
# @!attribute collection_method
# @return [String] Collection method
define_attribute :collection_method, String
# @!attribute coupon_redemptions
- # @return [Array[CouponRedemptionMini]] Coupon redemptions
+ # @return [Array[CouponRedemptionMini]] Returns subscription level coupon redemptions that are tied to this subscription.
define_attribute :coupon_redemptions, Array, { :item_type => :CouponRedemptionMini }
# @!attribute created_at
# @return [DateTime] Created at
define_attribute :created_at, DateTime