Sha256: ecf9bdc1eb440ec6eac0eacd8fc172429945506b83e13016d36dc4ea091478b9
Contents?: true
Size: 1.1 KB
Versions: 94
Compression:
Stored size: 1.1 KB
Contents
# This file is automatically created by Recurly's OpenAPI generation process # and thus any edits you make by hand will be lost. If you wish to make a # change to this file, please create a Github issue explaining the changes you # need and we will usher them to the appropriate places. module Recurly module Resources class CouponRedemptionMini < Resource # @!attribute coupon # @return [CouponMini] define_attribute :coupon, :CouponMini # @!attribute created_at # @return [DateTime] Created at define_attribute :created_at, DateTime # @!attribute discounted # @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 # @!attribute object # @return [String] Will always be `coupon`. define_attribute :object, String # @!attribute state # @return [String] Invoice state define_attribute :state, String end end end
Version data entries
94 entries across 94 versions & 1 rubygems