Sha256: 02d9cb34e4c3d4970ce2fa0b32fa31f81811f99edcfd508e512db65f9c704f4a

Contents?: true

Size: 955 Bytes

Versions: 97

Compression:

Stored size: 955 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 PlanMini < Resource

      # @!attribute code
      #   @return [String] Unique code to identify the plan. This is used in Hosted Payment Page URLs and in the invoice exports.
      define_attribute :code, String

      # @!attribute id
      #   @return [String] Plan ID
      define_attribute :id, String

      # @!attribute name
      #   @return [String] This name describes your plan and will appear on the Hosted Payment Page and the subscriber's invoice.
      define_attribute :name, String

      # @!attribute object
      #   @return [String] Object type
      define_attribute :object, String
    end
  end
end

Version data entries

97 entries across 97 versions & 1 rubygems

Version Path
recurly-3.8.0 lib/recurly/resources/plan_mini.rb
recurly-3.7.0 lib/recurly/resources/plan_mini.rb
recurly-3.6.0 lib/recurly/resources/plan_mini.rb
recurly-3.5.0 lib/recurly/resources/plan_mini.rb
recurly-3.4.1 lib/recurly/resources/plan_mini.rb
recurly-3.4.0 lib/recurly/resources/plan_mini.rb
recurly-3.3.1 lib/recurly/resources/plan_mini.rb
recurly-3.3.0 lib/recurly/resources/plan_mini.rb
recurly-3.2.2 lib/recurly/resources/plan_mini.rb
recurly-3.2.1 lib/recurly/resources/plan_mini.rb
recurly-3.2.0 lib/recurly/resources/plan_mini.rb
recurly-3.1.3 lib/recurly/resources/plan_mini.rb
recurly-3.1.2 lib/recurly/resources/plan_mini.rb
recurly-3.1.1 lib/recurly/resources/plan_mini.rb
recurly-3.1.0 lib/recurly/resources/plan_mini.rb
recurly-3.0.0 lib/recurly/resources/plan_mini.rb
recurly-3.0.0.beta.5 lib/recurly/resources/plan_mini.rb