Sha256: 01d743ace1b696398ab1938a8bdc0d585637a300b800950871572e4da41dee4c

Contents?: true

Size: 508 Bytes

Versions: 34

Compression:

Stored size: 508 Bytes

Contents

# OryClient::CreateSubscriptionCommon

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **currency** | **String** |  usd USD eur Euro | [optional] |
| **interval** | **String** |  monthly Monthly yearly Yearly |  |
| **plan** | **String** |  |  |
| **return_to** | **String** |  | [optional] |

## Example

```ruby
require 'ory-client'

instance = OryClient::CreateSubscriptionCommon.new(
  currency: null,
  interval: null,
  plan: null,
  return_to: null
)
```

Version data entries

34 entries across 34 versions & 1 rubygems

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