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