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.14.1 docs/CreateSubscriptionCommon.md
ory-client-1.14.0 docs/CreateSubscriptionCommon.md
ory-client-1.13.10 docs/CreateSubscriptionCommon.md
ory-client-1.13.6 docs/CreateSubscriptionCommon.md
ory-client-1.13.4 docs/CreateSubscriptionCommon.md
ory-client-1.13.3 docs/CreateSubscriptionCommon.md
ory-client-1.13.2 docs/CreateSubscriptionCommon.md
ory-client-1.13.1 docs/CreateSubscriptionCommon.md
ory-client-1.13.0 docs/CreateSubscriptionCommon.md
ory-client-1.11.6 docs/CreateSubscriptionCommon.md
ory-client-1.9.0 docs/CreateSubscriptionCommon.md
ory-client-1.8.1 docs/CreateSubscriptionCommon.md
ory-client-1.8.0 docs/CreateSubscriptionCommon.md
ory-client-1.6.2 docs/CreateSubscriptionCommon.md