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
# PriceTier

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**annual_price** | Option<**i64**> | Annual price in cents (null for free/enterprise). | [optional]
**currency** | **String** | Currency code (e.g., \"usd\"). | 
**monthly_price** | Option<**i64**> | Monthly price in cents (null for free/enterprise). | [optional]
**tier** | **String** | Plan tier label. | 

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