Sha256: 93d212031503b5cb52e2b1798b0c2d06c2cc0ca304b5d5a77e3ca2ce8f464289

Contents?: true

Size: 1.09 KB

Versions: 27

Compression:

Stored size: 1.09 KB

Contents

# OryClient::Subscription

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **created_at** | **Time** |  | [readonly] |
| **current_plan** | **String** | The currently active plan of the subscription unknown Unknown free Free start_up_monthly StartUpMonthly start_up_yearly StartUpYearly custom Custom | [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

27 entries across 27 versions & 1 rubygems

Version Path
ory-client-0.2.0.alpha2 docs/Subscription.md
ory-client-0.1.0.alpha12 docs/Subscription.md
ory-client-0.1.0.alpha11 docs/Subscription.md
ory-client-0.1.0.alpha10 docs/Subscription.md
ory-client-0.1.0.alpha9 docs/Subscription.md
ory-client-0.1.0.alpha8 docs/Subscription.md
ory-client-0.1.0.alpha7 docs/Subscription.md
ory-client-0.1.0.alpha6 docs/Subscription.md
ory-client-0.1.0.alpha5 docs/Subscription.md
ory-client-0.1.0.alpha4 docs/Subscription.md
ory-client-0.1.0.alpha3 docs/Subscription.md
ory-client-0.1.0.alpha2 docs/Subscription.md
ory-client-0.1.0.alpha1 docs/Subscription.md
ory-client-0.0.1.alpha189 docs/Subscription.md
ory-client-0.0.1.alpha188 docs/Subscription.md
ory-client-0.0.1.alpha187 docs/Subscription.md
ory-client-0.0.1.alpha186 docs/Subscription.md
ory-client-0.0.1.alpha184 docs/Subscription.md
ory-client-0.0.1.alpha183 docs/Subscription.md
ory-client-0.0.1.alpha182 docs/Subscription.md