Sha256: 2c921300f85b702a5c6c42fbb427e33c3226dc0ae2065285e9424c50c174df7d

Contents?: true

Size: 1012 Bytes

Versions: 2

Compression:

Stored size: 1012 Bytes

Contents

# OryClient::PlanDetails

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **base_fee_monthly** | **Integer** | BaseFeeMonthly is the monthly base fee for the plan. |  |
| **base_fee_yearly** | **Integer** | BaseFeeYearly is the yearly base fee for the plan. |  |
| **custom** | **Boolean** | 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** | [**Hash<String, GenericUsage>**](GenericUsage.md) |  |  |
| **name** | **String** | Name is the name of the plan. |  |
| **version** | **Integer** | Version is the version of the plan. The combination of `name@version` must be unique. |  |

## Example

```ruby
require 'ory-client'

instance = OryClient::PlanDetails.new(
  base_fee_monthly: null,
  base_fee_yearly: null,
  custom: null,
  description: null,
  features: null,
  name: null,
  version: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-client-1.8.1 docs/PlanDetails.md
ory-client-1.8.0 docs/PlanDetails.md