Sha256: 6d17726b93f83c13865f24abaaf8aacce8c830c153c0bab89c1f618230a68099

Contents?: true

Size: 527 Bytes

Versions: 1

Compression:

Stored size: 527 Bytes

Contents

# File generated from our OpenAPI spec
# frozen_string_literal: true

module Stripe
  module Entitlements
    # A feature represents a monetizable ability or functionality in your system.
    # Features can be assigned to products, and when those products are purchased, Stripe will create an entitlement to the feature for the purchasing customer.
    class Feature < APIResource
      extend Stripe::APIOperations::Create
      extend Stripe::APIOperations::List

      OBJECT_NAME = "entitlements.feature"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stripe-10.8.0.pre.beta.1 lib/stripe/resources/entitlements/feature.rb