enbbox 1.0.1

Notification infrastructure API — open-source alternative to Novu/Courier
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# PlanLimits

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**current_events** | **i64** | Events consumed this period. | 
**current_members** | **i64** | Current team member count. | 
**current_workflows** | **i64** | Current workflow count. | 
**max_events** | Option<**u64**> | Max events/month (null = unlimited). | [optional]
**max_team_members** | Option<**u32**> | Max team members (null = unlimited). | [optional]
**max_workflows** | Option<**u32**> | Max workflows (null = unlimited). | [optional]
**plan** | [**models::Plan**]Plan.md | Current plan tier. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)