Sha256: 376782f5c1a7f43ead0d6e53d3ded5a5383f41ea7f75428ac964edf64c14b024
Contents?: true
Size: 441 Bytes
Versions: 23
Compression:
Stored size: 441 Bytes
Contents
# OryClient::CreateSubscriptionBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **plan_or_price** | **String** | | | | **provision_first_project** | **String** | | | | **return_to** | **String** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::CreateSubscriptionBody.new( plan_or_price: null, provision_first_project: null, return_to: null ) ```
Version data entries
23 entries across 23 versions & 1 rubygems