Sha256: 86437093d25c99af04d2d412750a831606d3851e2f2252f8841c42c98afe9db5
Contents?: true
Size: 835 Bytes
Versions: 40
Compression:
Stored size: 835 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 Requests class SubscriptionAddOnPercentageTier < Request # @!attribute ending_amount # @return [Float] Ending amount for the tier. Allows up to 2 decimal places. Must be left empty if it is the final tier. define_attribute :ending_amount, Float # @!attribute usage_percentage # @return [String] The percentage taken of the monetary amount of usage tracked. This can be up to 4 decimal places represented as a string. define_attribute :usage_percentage, String end end end
Version data entries
40 entries across 40 versions & 1 rubygems