Sha256: e6027dd875645d21dcd741606381ce36a42f1bdaef91c4e143a5a9f10d3eb0f2

Contents?: true

Size: 771 Bytes

Versions: 48

Compression:

Stored size: 771 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 Pricing < 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

48 entries across 48 versions & 1 rubygems

Version Path
recurly-4.36.0 lib/recurly/resources/pricing.rb
recurly-4.35.0 lib/recurly/resources/pricing.rb
recurly-3.27.0 lib/recurly/resources/pricing.rb
recurly-4.34.0 lib/recurly/resources/pricing.rb
recurly-3.26.0 lib/recurly/resources/pricing.rb
recurly-4.33.0 lib/recurly/resources/pricing.rb
recurly-4.32.0 lib/recurly/resources/pricing.rb
recurly-4.31.0 lib/recurly/resources/pricing.rb
recurly-4.30.0 lib/recurly/resources/pricing.rb
recurly-4.29.0 lib/recurly/resources/pricing.rb
recurly-3.25.0 lib/recurly/resources/pricing.rb
recurly-4.28.0 lib/recurly/resources/pricing.rb
recurly-4.27.0 lib/recurly/resources/pricing.rb
recurly-3.24.0 lib/recurly/resources/pricing.rb
recurly-3.23.0 lib/recurly/resources/pricing.rb
recurly-4.26.0 lib/recurly/resources/pricing.rb
recurly-4.25.0 lib/recurly/resources/pricing.rb
recurly-4.24.0 lib/recurly/resources/pricing.rb
recurly-4.23.0 lib/recurly/resources/pricing.rb
recurly-4.22.0 lib/recurly/resources/pricing.rb