$entitlements The list of entitlements this customer has.
* @property bool $livemode If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
*/
class ActiveEntitlementSummary extends \Stripe\ApiResource
{
const OBJECT_NAME = 'entitlements.active_entitlement_summary';
}