Sha256: 6ac79db6a90661ad9121d84590ae1310cccd77443ec7f7175350fac5f927fe2d

Contents?: true

Size: 970 Bytes

Versions: 13

Compression:

Stored size: 970 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, but for percentage type usage add ons, represents the site default currency in its minimum divisible unit.
      define_attribute :ending_quantity, Integer

      # @!attribute usage_percentage
      #   @return [String] Decimal usage percentage.
      define_attribute :usage_percentage, String
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
recurly-4.13.0 lib/recurly/resources/tier.rb
recurly-4.12.0 lib/recurly/resources/tier.rb
recurly-4.11.0 lib/recurly/resources/tier.rb
recurly-4.10.0 lib/recurly/resources/tier.rb
recurly-4.9.0 lib/recurly/resources/tier.rb
recurly-4.8.0 lib/recurly/resources/tier.rb
recurly-4.7.0 lib/recurly/resources/tier.rb
recurly-4.6.0 lib/recurly/resources/tier.rb
recurly-4.5.0 lib/recurly/resources/tier.rb
recurly-4.4.0 lib/recurly/resources/tier.rb
recurly-4.3.0 lib/recurly/resources/tier.rb
recurly-4.2.0 lib/recurly/resources/tier.rb
recurly-4.1.0 lib/recurly/resources/tier.rb