Sha256: ba9cf7515fc4a579720171c3aee96952faccfbd6fa5624939da70cd3bb3660e4
Contents?: true
Size: 820 Bytes
Versions: 40
Compression:
Stored size: 820 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 PercentageTier < Resource # @!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