Sha256: 63efa1f15298e37c06604e2ddae95ceafdc588e634e446469bf0983b816a0d2a

Contents?: true

Size: 664 Bytes

Versions: 10

Compression:

Stored size: 664 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** |  | [optional] |
| **return_to** | **String** |  | [optional] |
| **workspace** | **String** |  | [optional] |

## Example

```ruby
require 'ory-client'

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ory-client-1.6.1 docs/CreateSubscriptionBody.md
ory-client-1.5.2 docs/CreateSubscriptionBody.md
ory-client-1.5.1 docs/CreateSubscriptionBody.md
ory-client-1.5.0 docs/CreateSubscriptionBody.md
ory-client-1.4.9 docs/CreateSubscriptionBody.md
ory-client-1.4.8 docs/CreateSubscriptionBody.md
ory-client-1.4.7 docs/CreateSubscriptionBody.md
ory-client-1.4.6 docs/CreateSubscriptionBody.md
ory-client-1.4.5 docs/CreateSubscriptionBody.md
ory-client-1.4.4 docs/CreateSubscriptionBody.md