Sha256: 4c0037916a4026868c2e5121115a1ee553c03fd37c4d3b107f70725809dd8eff
Contents?: true
Size: 509 Bytes
Versions: 40
Compression:
Stored size: 509 Bytes
Contents
# OryClient::GenericUsage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **additional_price** | **Integer** | AdditionalPrice is the price per-unit 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
40 entries across 40 versions & 1 rubygems