ory-client 1.20.23

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# PlanDetails

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**base_fee_monthly** | **i64** | BaseFeeMonthly is the monthly base fee for the plan. | 
**base_fee_yearly** | **i64** | BaseFeeYearly is the yearly base fee for the plan. | 
**custom** | **bool** | Custom is true if the plan is custom. This means it will be hidden from the pricing page. | 
**description** | **String** | Description is the description of the plan. | 
**features** | [**std::collections::HashMap<String, models::GenericUsage>**]GenericUsage.md |  | 
**latest** | Option<**bool**> | Latest is true if the plan is the latest version of a plan and should be available for self-service usage. | [optional]
**name** | **String** | Name is the name of the plan. | 
**version** | **i64** | Version is the version of the plan. The combination of `name@version` must be unique. | 

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