Sha256: 71a31563425e551fff95fe0964ef5abe780376f5072c1daaa56192050e8e57fd

Contents?: true

Size: 1.04 KB

Versions: 61

Compression:

Stored size: 1.04 KB

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) | Features are the feature definitions included in the plan. |  |
| **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

61 entries across 61 versions & 1 rubygems

Version Path
ory-client-1.6.2 docs/PlanDetails.md
ory-client-1.6.1 docs/PlanDetails.md
ory-client-1.5.2 docs/PlanDetails.md
ory-client-1.5.1 docs/PlanDetails.md
ory-client-1.5.0 docs/PlanDetails.md
ory-client-1.4.9 docs/PlanDetails.md
ory-client-1.4.8 docs/PlanDetails.md
ory-client-1.4.7 docs/PlanDetails.md
ory-client-1.4.6 docs/PlanDetails.md
ory-client-1.4.5 docs/PlanDetails.md
ory-client-1.4.4 docs/PlanDetails.md
ory-client-1.4.3 docs/PlanDetails.md
ory-client-1.4.2 docs/PlanDetails.md
ory-client-1.4.1 docs/PlanDetails.md
ory-client-1.4.0 docs/PlanDetails.md
ory-client-1.3.0 docs/PlanDetails.md
ory-client-1.2.17 docs/PlanDetails.md
ory-client-1.2.16 docs/PlanDetails.md
ory-client-1.2.15 docs/PlanDetails.md
ory-client-1.2.14 docs/PlanDetails.md