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