lib/recurly/resources/coupon_redemption_mini.rb in recurly-3.0.0.beta.5 vs lib/recurly/resources/coupon_redemption_mini.rb in recurly-3.0.0
- old
+ new
@@ -13,11 +13,11 @@
# @!attribute created_at
# @return [DateTime] Created at
define_attribute :created_at, DateTime
# @!attribute discounted
- # @return [String] The amount that was discounted upon the application of the coupon, formatted with the currency.
- define_attribute :discounted, String
+ # @return [Float] The amount that was discounted upon the application of the coupon, formatted with the currency.
+ define_attribute :discounted, Float
# @!attribute id
# @return [String] Coupon Redemption ID
define_attribute :id, String