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
18
# Usage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**events_current** | **i64** | Events consumed in the current billing period. | 
**events_included** | Option<**i64**> | Events included in the plan (null = unlimited). | [optional]
**events_overage** | **i64** | Overage event count beyond the included quota. | 
**overage_cost** | **f64** | Total overage cost in dollars for this period. | 
**overage_rate** | **f64** | Cost per 1,000 overage events in dollars. | 
**period_end** | Option<**String**> | Billing period end (ISO 8601). | [optional]
**period_start** | Option<**String**> | Billing period start (ISO 8601). | [optional]
**plan** | [**models::Plan**]Plan.md | Plan the usage applies to. | 

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