Class: Recurly::Requests::SubscriptionAddOnTier

Inherits:
Recurly::Request show all
Defined in:
lib/recurly/requests/subscription_add_on_tier.rb

Instance Attribute Summary collapse

Attributes inherited from Recurly::Request

#attributes

Method Summary

Methods inherited from Recurly::Request

#==, #to_s

Methods included from Schema::SchemaFactory

#schema

Methods included from Schema::RequestCaster

#cast_request

Methods included from Schema::ResourceCaster

#cast

Methods included from Schema::SchemaValidator

#get_did_you_mean, #validate!, #validate_attribute!

Instance Attribute Details

#ending_quantityInteger

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.

Returns:

  • (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.



11
# File 'lib/recurly/requests/subscription_add_on_tier.rb', line 11

define_attribute :ending_quantity, Integer

#unit_amountFloat

Returns Allows up to 2 decimal places. Optionally, override the tiers’ default unit amount. If add-on’s ‘add_on_type` is `usage` and `usage_type` is `percentage`, cannot be provided.

Returns:

  • (Float)

    Allows up to 2 decimal places. Optionally, override the tiers’ default unit amount. If add-on’s ‘add_on_type` is `usage` and `usage_type` is `percentage`, cannot be provided.



15
# File 'lib/recurly/requests/subscription_add_on_tier.rb', line 15

define_attribute :unit_amount, Float

#unit_amount_decimalString

Returns Allows up to 9 decimal places. Optionally, override tiers’ default unit amount. If ‘unit_amount_decimal` is provided, `unit_amount` cannot be provided. If add-on’s ‘add_on_type` is `usage` and `usage_type` is `percentage`, cannot be provided.

Returns:

  • (String)

    Allows up to 9 decimal places. Optionally, override tiers’ default unit amount. If ‘unit_amount_decimal` is provided, `unit_amount` cannot be provided. If add-on’s ‘add_on_type` is `usage` and `usage_type` is `percentage`, cannot be provided.



19
# File 'lib/recurly/requests/subscription_add_on_tier.rb', line 19

define_attribute :unit_amount_decimal, String

#usage_percentageString

Returns (deprecated) – Use the percentage_tiers object instead.

Returns:

  • (String)

    (deprecated) – Use the percentage_tiers object instead.



23
# File 'lib/recurly/requests/subscription_add_on_tier.rb', line 23

define_attribute :usage_percentage, String