Sha256: f741fdd97e776e3fd6eedb3b986871b4a87f72dc1ff6bf441dc80e427926202f
Contents?: true
Size: 473 Bytes
Versions: 12
Compression:
Stored size: 473 Bytes
Contents
# OryClient::InternalProvisionMockSubscription ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **identity_id** | **String** | Identity ID | | | **interval** | **String** | Billing Interval monthly Monthly yearly Yearly | | | **plan** | **String** | Plan ID | | ## Example ```ruby require 'ory-client' instance = OryClient::InternalProvisionMockSubscription.new( identity_id: null, interval: null, plan: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems