lib/recurly/resources/usage.rb in recurly-4.26.0 vs lib/recurly/resources/usage.rb in recurly-4.27.0
- old
+ new
@@ -33,10 +33,10 @@
# @!attribute object
# @return [String] Object type
define_attribute :object, String
# @!attribute percentage_tiers
- # @return [Array[SubscriptionAddOnPercentageTier]] The percentage tiers of the subscription based on the usage_timestamp. If tier_type = flat, percentage_tiers = []
+ # @return [Array[SubscriptionAddOnPercentageTier]] The percentage tiers of the subscription based on the usage_timestamp. If tier_type = flat, percentage_tiers = []. This feature is currently in development and requires approval and enablement, please contact support.
define_attribute :percentage_tiers, Array, { :item_type => :SubscriptionAddOnPercentageTier }
# @!attribute recording_timestamp
# @return [DateTime] When the usage was recorded in your system.
define_attribute :recording_timestamp, DateTime