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