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.56.0 lib/recurly/resources/tier.rb
recurly-4.55.0 lib/recurly/resources/tier.rb
recurly-4.54.0 lib/recurly/resources/tier.rb
recurly-4.53.0 lib/recurly/resources/tier.rb
recurly-4.52.0 lib/recurly/resources/tier.rb
recurly-4.49.0 lib/recurly/resources/tier.rb
recurly-4.48.1 lib/recurly/resources/tier.rb
recurly-4.48.0 lib/recurly/resources/tier.rb
recurly-4.47.0 lib/recurly/resources/tier.rb
recurly-4.46.0 lib/recurly/resources/tier.rb
recurly-4.45.0 lib/recurly/resources/tier.rb
recurly-4.44.0 lib/recurly/resources/tier.rb
recurly-4.43.0 lib/recurly/resources/tier.rb
recurly-4.42.0 lib/recurly/resources/tier.rb
recurly-4.41.0 lib/recurly/resources/tier.rb
recurly-4.40.0 lib/recurly/resources/tier.rb
recurly-4.39.0 lib/recurly/resources/tier.rb
recurly-4.38.0 lib/recurly/resources/tier.rb
recurly-4.37.0 lib/recurly/resources/tier.rb
recurly-4.36.0 lib/recurly/resources/tier.rb