Sha256: e24f0971fee991209734bee874507ffd6cbbc082b9bc9f93f4085c3d5f4dc59d
Contents?: true
Size: 513 Bytes
Versions: 29
Compression:
Stored size: 513 Bytes
Contents
# OryClient::BillingPeriodBucket ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **base_invoices** | [**Array<Invoice>**](Invoice.md) | | [optional] | | **billing_period** | [**TimeInterval**](TimeInterval.md) | | [optional] | | **usage_invoice** | [**Invoice**](Invoice.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::BillingPeriodBucket.new( base_invoices: null, billing_period: null, usage_invoice: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems