Sha256: d87bc615fe75b67ed276c323241bd36d10811688cd4f1ba94ee3fda44a7eddf3

Contents?: true

Size: 938 Bytes

Versions: 40

Compression:

Stored size: 938 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 Tier < Resource

      # @!attribute currencies
      #   @return [Array[TierPricing]] Tier pricing
      define_attribute :currencies, Array, { :item_type => :TierPricing }

      # @!attribute ending_quantity
      #   @return [Integer] Ending quantity for the tier.  This represents a unit amount for unit-priced add ons. Must be left empty if it is the final tier.
      define_attribute :ending_quantity, Integer

      # @!attribute usage_percentage
      #   @return [String] (deprecated) -- Use the percentage_tiers object instead.
      define_attribute :usage_percentage, String
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
recurly-4.35.0 lib/recurly/resources/tier.rb
recurly-4.34.0 lib/recurly/resources/tier.rb
recurly-4.33.0 lib/recurly/resources/tier.rb
recurly-4.32.0 lib/recurly/resources/tier.rb
recurly-4.31.0 lib/recurly/resources/tier.rb
recurly-4.30.0 lib/recurly/resources/tier.rb
recurly-4.29.0 lib/recurly/resources/tier.rb
recurly-4.28.0 lib/recurly/resources/tier.rb
recurly-4.27.0 lib/recurly/resources/tier.rb
recurly-4.26.0 lib/recurly/resources/tier.rb
recurly-4.25.0 lib/recurly/resources/tier.rb
recurly-4.24.0 lib/recurly/resources/tier.rb
recurly-4.23.0 lib/recurly/resources/tier.rb
recurly-4.22.0 lib/recurly/resources/tier.rb
recurly-4.21.1 lib/recurly/resources/tier.rb
recurly-4.21.0 lib/recurly/resources/tier.rb
recurly-4.20.0 lib/recurly/resources/tier.rb
recurly-4.19.0 lib/recurly/resources/tier.rb
recurly-4.18.0 lib/recurly/resources/tier.rb
recurly-4.17.0 lib/recurly/resources/tier.rb