Stripe.Resources.ProductFeature (tiger_stripe v0.4.0)

Copy Markdown View Source

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

t()

@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 is true. If the object exists in test mode, the value is false.
  • object - String representing the object's type. Objects of the same type share the same value. Possible values: product_feature.

Functions

expandable_fields()

object_name()