lib/recurly/resources/coupon_redemption.rb in recurly-3.0.0.beta.5 vs lib/recurly/resources/coupon_redemption.rb in recurly-3.0.0
- old
+ new
@@ -21,11 +21,11 @@
# @!attribute currency
# @return [String] 3-letter ISO 4217 currency code.
define_attribute :currency, String
# @!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