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