Sha256: 515465c272552ca149754cfedcc1db555ddb122632176df7963c5e5b92473d22
Contents?: true
Size: 552 Bytes
Versions: 49
Compression:
Stored size: 552 Bytes
Contents
# OryClient::InternalProvisionMockSubscription ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **currency** | **String** | Currency usd USD eur Euro | | | **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( currency: null, identity_id: null, interval: null, plan: null ) ```
Version data entries
49 entries across 49 versions & 1 rubygems