Sha256: b1d51d5fd1369899b8d0581621727164d918a35723b3bbb0f2abddb74336a3ae
Contents?: true
Size: 443 Bytes
Versions: 41
Compression:
Stored size: 443 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # A product_feature represents an attachment between a feature and a product. # When a product is purchased that has a feature attached, Stripe will create an entitlement to the feature for the purchasing customer. class ProductFeature < APIResource OBJECT_NAME = "product_feature" def self.object_name "product_feature" end end end
Version data entries
41 entries across 41 versions & 1 rubygems