Sha256: 26742e0f110fcef4affcecbcf167dd2c2122b1cb6d036ca8e92503a75f49a65d
Contents?: true
Size: 423 Bytes
Versions: 94
Compression:
Stored size: 423 Bytes
Contents
# OryClient::UpdateSubscriptionBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **interval** | **String** | monthly Monthly yearly Yearly | | | **plan** | **String** | | | | **return_to** | **String** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::UpdateSubscriptionBody.new( interval: null, plan: null, return_to: null ) ```
Version data entries
94 entries across 94 versions & 1 rubygems