Sha256: 30c8476a27650d16e8f38a896c99f888428ae798a1592252342df0b34fc6239d

Contents?: true

Size: 1012 Bytes

Versions: 122

Compression:

Stored size: 1012 Bytes

Contents

# OryClient::Subscription

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** |  | [readonly] |
| **current_plan** | **String** | The currently active plan of the subscription | [readonly] |
| **customer_id** | **String** | The ID of the stripe customer | [readonly] |
| **id** | **String** |  |  |
| **ongoing_stripe_checkout_id** | **String** |  | [optional] |
| **payed_until** | **Time** | Until when the subscription is payed | [readonly] |
| **plan_changes_at** | **Time** |  | [optional] |
| **plan_changes_to** | [**NullPlan**](NullPlan.md) |  |  |
| **status** | **String** |  |  |
| **updated_at** | **Time** |  | [readonly] |

## Example

```ruby
require 'ory-client'

instance = OryClient::Subscription.new(
  created_at: null,
  current_plan: null,
  customer_id: null,
  id: null,
  ongoing_stripe_checkout_id: null,
  payed_until: null,
  plan_changes_at: null,
  plan_changes_to: null,
  status: null,
  updated_at: null
)
```

Version data entries

122 entries across 122 versions & 1 rubygems

Version Path
ory-client-0.0.1.alpha169 docs/Subscription.md
ory-client-0.0.1.alpha168 docs/Subscription.md
ory-client-0.0.1.alpha167 docs/Subscription.md
ory-client-0.0.1.alpha166 docs/Subscription.md
ory-client-0.0.1.alpha165 docs/Subscription.md
ory-client-0.0.1.alpha164 docs/Subscription.md
ory-client-0.0.1.alpha163 docs/Subscription.md
ory-client-0.0.1.alpha162 docs/Subscription.md
ory-client-0.0.1.alpha161 docs/Subscription.md
ory-client-0.0.1.alpha160 docs/Subscription.md
ory-client-0.0.1.alpha159 docs/Subscription.md
ory-client-0.0.1.alpha158 docs/Subscription.md
ory-client-0.0.1.alpha157 docs/Subscription.md
ory-client-0.0.1.alpha156 docs/Subscription.md
ory-client-0.0.1.alpha155 docs/Subscription.md
ory-client-0.0.1.alpha154 docs/Subscription.md
ory-client-0.0.1.alpha153 docs/Subscription.md
ory-client-0.0.1.alpha152 docs/Subscription.md
ory-client-0.0.1.alpha151 docs/Subscription.md
ory-client-0.0.1.alpha150 docs/Subscription.md