Sha256: dd188aa40f54133cd904b6dd43bece31f8db8af279f03daf7e20cc0a814d2f30
Contents?: true
Size: 507 Bytes
Versions: 12
Compression:
Stored size: 507 Bytes
Contents
# OryClient::CreateSubscriptionBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **interval** | **String** | monthly Monthly yearly Yearly | | | **plan** | **String** | | | | **provision_first_project** | **String** | | | | **return_to** | **String** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::CreateSubscriptionBody.new( interval: null, plan: null, provision_first_project: null, return_to: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems