Sha256: b8821f0d5cbecb68d4c7ef4fc52cdfba43c8a571d6b759d21fa3f856ac512c1a
Contents?: true
Size: 588 Bytes
Versions: 72
Compression:
Stored size: 588 Bytes
Contents
# OryClient::CreateSubscriptionBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **currency** | **String** | usd USD eur Euro | [optional] | | **interval** | **String** | monthly Monthly yearly Yearly | | | **plan** | **String** | | | | **provision_first_project** | **String** | | | | **return_to** | **String** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::CreateSubscriptionBody.new( currency: null, interval: null, plan: null, provision_first_project: null, return_to: null ) ```
Version data entries
72 entries across 72 versions & 1 rubygems