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

Copy Markdown View Source

ActiveEntitlementSummary

A summary of a customer's active entitlements.

Summary

Types

t()

@type t() :: %Stripe.Resources.Entitlements.ActiveEntitlementSummary{
  customer: term(),
  entitlements: term(),
  livemode: term(),
  object: term()
}
  • customer - The customer that is entitled to this feature. Max length: 5000.
  • entitlements - The list of entitlements this customer has. Expandable.
  • 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: entitlements.active_entitlement_summary.

Functions

expandable_fields()

object_name()