Sha256: 6aa530da5ba847ad7fad260ade1b5107aaebeb3034e65c7028870eac06b6b4c9
Contents?: true
Size: 659 Bytes
Versions: 96
Compression:
Stored size: 659 Bytes
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 CouponDiscountPricing < Resource # @!attribute amount # @return [Float] Value of the fixed discount that this coupon applies. define_attribute :amount, Float # @!attribute currency # @return [String] 3-letter ISO 4217 currency code. define_attribute :currency, String end end end
Version data entries
96 entries across 96 versions & 1 rubygems