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