Sha256: dd188aa40f54133cd904b6dd43bece31f8db8af279f03daf7e20cc0a814d2f30

Contents?: true

Size: 507 Bytes

Versions: 12

Compression:

Stored size: 507 Bytes

Contents

# OryClient::CreateSubscriptionBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **interval** | **String** |  monthly Monthly yearly Yearly |  |
| **plan** | **String** |  |  |
| **provision_first_project** | **String** |  |  |
| **return_to** | **String** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::CreateSubscriptionBody.new(
  interval: null,
  plan: null,
  provision_first_project: null,
  return_to: null
)
```

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ory-client-1.1.33 docs/CreateSubscriptionBody.md
ory-client-1.1.32 docs/CreateSubscriptionBody.md
ory-client-1.1.31 docs/CreateSubscriptionBody.md
ory-client-1.1.30 docs/CreateSubscriptionBody.md
ory-client-1.1.29 docs/CreateSubscriptionBody.md
ory-client-1.1.28 docs/CreateSubscriptionBody.md
ory-client-1.1.27 docs/CreateSubscriptionBody.md
ory-client-1.1.26 docs/CreateSubscriptionBody.md
ory-client-1.1.25 docs/CreateSubscriptionBody.md
ory-client-1.1.24 docs/CreateSubscriptionBody.md
ory-client-1.1.23 docs/CreateSubscriptionBody.md
ory-client-1.1.22 docs/CreateSubscriptionBody.md