ProductFeature
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.
Summary
Types
@type t() :: %Stripe.Resources.ProductFeature{ entitlement_feature: term(), id: term(), livemode: term(), object: term() }
entitlement_feature- Expandable.id- Unique identifier for the object. Max length: 5000.livemode- If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse.object- String representing the object's type. Objects of the same type share the same value. Possible values:product_feature.