Sha256: b8821f0d5cbecb68d4c7ef4fc52cdfba43c8a571d6b759d21fa3f856ac512c1a

Contents?: true

Size: 588 Bytes

Versions: 72

Compression:

Stored size: 588 Bytes

Contents

# OryClient::CreateSubscriptionBody

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **currency** | **String** |  usd USD eur Euro | [optional] |
| **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(
  currency: null,
  interval: null,
  plan: null,
  provision_first_project: null,
  return_to: null
)
```

Version data entries

72 entries across 72 versions & 1 rubygems

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