Sha256: 01d743ace1b696398ab1938a8bdc0d585637a300b800950871572e4da41dee4c
Contents?: true
Size: 508 Bytes
Versions: 34
Compression:
Stored size: 508 Bytes
Contents
# OryClient::CreateSubscriptionCommon ## 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::CreateSubscriptionCommon.new( currency: null, interval: null, plan: null, return_to: null ) ```
Version data entries
34 entries across 34 versions & 1 rubygems