lib/recurly/resources/coupon_redemption.rb in recurly-3.17.0 vs lib/recurly/resources/coupon_redemption.rb in recurly-3.18.0
- old
+ new
@@ -40,9 +40,13 @@
# @!attribute state
# @return [String] Coupon Redemption state
define_attribute :state, String
+ # @!attribute subscription_id
+ # @return [String] Subscription ID
+ define_attribute :subscription_id, String
+
# @!attribute updated_at
# @return [DateTime] Last updated at
define_attribute :updated_at, DateTime
end
end