Sha256: 484877cad1e011add39ab39fb562c128bc30c43c1697acfe2b80b619405691eb

Contents?: true

Size: 776 Bytes

Versions: 9

Compression:

Stored size: 776 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 AddOnPricing < Resource

      # @!attribute currency
      #   @return [String] 3-letter ISO 4217 currency code.
      define_attribute :currency, String

      # @!attribute tax_inclusive
      #   @return [Boolean] This field is deprecated. Please do not use it.
      define_attribute :tax_inclusive, :Boolean

      # @!attribute unit_amount
      #   @return [Float] Unit price
      define_attribute :unit_amount, Float
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
recurly-3.28.0 lib/recurly/resources/add_on_pricing.rb
recurly-3.27.0 lib/recurly/resources/add_on_pricing.rb
recurly-3.26.0 lib/recurly/resources/add_on_pricing.rb
recurly-3.25.0 lib/recurly/resources/add_on_pricing.rb
recurly-3.24.0 lib/recurly/resources/add_on_pricing.rb
recurly-3.23.0 lib/recurly/resources/add_on_pricing.rb
recurly-3.22.0 lib/recurly/resources/add_on_pricing.rb
recurly-3.21.0 lib/recurly/resources/add_on_pricing.rb
recurly-3.20.0 lib/recurly/resources/add_on_pricing.rb