Sha256: c9fca385cd80f09d1fe8c3a7887b9aac4007765432e4dd7add01bcc732cd16f2
Contents?: true
Size: 664 Bytes
Versions: 42
Compression:
Stored size: 664 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 PercentageTiersByCurrency < Resource # @!attribute currency # @return [String] 3-letter ISO 4217 currency code. define_attribute :currency, String # @!attribute tiers # @return [Array[PercentageTier]] Tiers define_attribute :tiers, Array, { :item_type => :PercentageTier } end end end
Version data entries
42 entries across 42 versions & 1 rubygems