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