lib/recurly/resources/coupon_mini.rb in recurly-3.2.2 vs lib/recurly/resources/coupon_mini.rb in recurly-3.3.0

- old
+ new

@@ -13,10 +13,10 @@ # @!attribute coupon_type # @return [String] Whether the coupon is "single_code" or "bulk". Bulk coupons will require a `unique_code_template` and will generate unique codes through the `/generate` endpoint. define_attribute :coupon_type, String # @!attribute discount - # @return [CouponDiscount] + # @return [CouponDiscount] Details of the discount a coupon applies. Will contain a `type` property and one of the following properties: `percent`, `fixed`, `trial`. define_attribute :discount, :CouponDiscount # @!attribute expired_at # @return [DateTime] The date and time the coupon was expired early or reached its `max_redemptions`. define_attribute :expired_at, DateTime