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