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.alpha84 docs/Subscription.md
ory-client-0.0.1.alpha83 docs/Subscription.md
ory-client-0.0.1.alpha82 docs/Subscription.md
ory-client-0.0.1.alpha81 docs/Subscription.md
ory-client-0.0.1.alpha80 docs/Subscription.md
ory-client-0.0.1.alpha79 docs/Subscription.md
ory-client-0.0.1.alpha78 docs/Subscription.md
ory-client-0.0.1.alpha77 docs/Subscription.md
ory-client-0.0.1.alpha76 docs/Subscription.md
ory-client-0.0.1.alpha75 docs/Subscription.md
ory-client-0.0.1.alpha74 docs/Subscription.md
ory-client-0.0.1.alpha73 docs/Subscription.md
ory-client-0.0.1.alpha72 docs/Subscription.md
ory-client-0.0.1.alpha71 docs/Subscription.md
ory-client-0.0.1.alpha70 docs/Subscription.md
ory-client-0.0.1.alpha69 docs/Subscription.md
ory-client-0.0.1.alpha68 docs/Subscription.md
ory-client-0.0.1.alpha67 docs/Subscription.md
ory-client-0.0.1.alpha66 docs/Subscription.md
ory-client-0.0.1.alpha58 docs/Subscription.md