Class: Recurly::Requests::Tier
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::Tier
- Defined in:
- lib/recurly/requests/tier.rb
Instance Attribute Summary collapse
-
#currencies ⇒ Array[TierPricing]
Tier pricing.
-
#ending_quantity ⇒ Integer
Ending quantity for the tier.
-
#usage_percentage ⇒ String
(deprecated) – Use the percentage_tiers object instead.
Attributes inherited from Recurly::Request
Method Summary
Methods inherited from Recurly::Request
Methods included from Schema::SchemaFactory
Methods included from Schema::RequestCaster
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#currencies ⇒ Array[TierPricing]
Returns Tier pricing.
11 |
# File 'lib/recurly/requests/tier.rb', line 11 define_attribute :currencies, Array, { :item_type => :TierPricing } |
#ending_quantity ⇒ Integer
Returns 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.
15 |
# File 'lib/recurly/requests/tier.rb', line 15 define_attribute :ending_quantity, Integer |
#usage_percentage ⇒ String
Returns (deprecated) – Use the percentage_tiers object instead.
19 |
# File 'lib/recurly/requests/tier.rb', line 19 define_attribute :usage_percentage, String |