Sha256: 1c36315e9d07a526addbdd11ec03deb097d122f5ddef2fc951e2882f09e71050

Contents?: true

Size: 1.15 KB

Versions: 31

Compression:

Stored size: 1.15 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) |  |  |
| **latest** | **Boolean** | 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** | **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,
  latest: null,
  name: null,
  version: null
)
```

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
ory-client-1.16.2 docs/PlanDetails.md
ory-client-1.16.1 docs/PlanDetails.md
ory-client-1.16.0 docs/PlanDetails.md
ory-client-1.15.17 docs/PlanDetails.md
ory-client-1.15.16 docs/PlanDetails.md
ory-client-1.15.15 docs/PlanDetails.md
ory-client-1.15.14 docs/PlanDetails.md
ory-client-1.15.13 docs/PlanDetails.md
ory-client-1.15.12 docs/PlanDetails.md
ory-client-1.15.10 docs/PlanDetails.md
ory-client-1.15.7 docs/PlanDetails.md
ory-client-1.15.6 docs/PlanDetails.md
ory-client-1.15.5 docs/PlanDetails.md
ory-client-1.15.4 docs/PlanDetails.md
ory-client-1.15.3 docs/PlanDetails.md
ory-client-1.15.0 docs/PlanDetails.md
ory-client-1.14.5 docs/PlanDetails.md
ory-client-1.14.4 docs/PlanDetails.md
ory-client-1.14.3 docs/PlanDetails.md
ory-client-1.14.2 docs/PlanDetails.md