Stripe.Resources.Entitlements.ActiveEntitlement (tiger_stripe v0.4.0)

Copy Markdown View Source

ActiveEntitlement

An active entitlement describes access to a feature for a customer.

Summary

Types

t()

@type t() :: %Stripe.Resources.Entitlements.ActiveEntitlement{
  feature: term(),
  id: term(),
  livemode: term(),
  lookup_key: term(),
  object: term()
}
  • feature - The Feature that the customer is entitled to. 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.
  • lookup_key - A unique key you provide as your own system identifier. This may be up to 80 characters. Max length: 5000.
  • object - String representing the object's type. Objects of the same type share the same value. Possible values: entitlements.active_entitlement.

Functions

expandable_fields()

object_name()