Sha256: 5a0414274e11fc43358aa3556ce7f40e80654523ea24cbb40e3a8254708b3246
Contents?: true
Size: 517 Bytes
Versions: 25
Compression:
Stored size: 517 Bytes
Contents
# OryClient::GenericUsage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **additional_price** | **Integer** | AdditionalPrice is the price per-unit in cent exceeding IncludedUsage. A price of 0 means that no other items can be consumed. | | | **included_usage** | **Integer** | IncludedUsage is the number of included items. | | ## Example ```ruby require 'ory-client' instance = OryClient::GenericUsage.new( additional_price: null, included_usage: null ) ```
Version data entries
25 entries across 25 versions & 1 rubygems