Sha256: c0e24f89e1cbb21e8e6b4299908dcca63d6c15259968456cffec46ec059dda43
Contents?: true
Size: 460 Bytes
Versions: 29
Compression:
Stored size: 460 Bytes
Contents
# OryClient::ListInvoicesResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **buckets** | [**Array<BillingPeriodBucket>**](BillingPeriodBucket.md) | | | | **has_next_page** | **Boolean** | | | | **next_page_token** | **String** | | | ## Example ```ruby require 'ory-client' instance = OryClient::ListInvoicesResponse.new( buckets: null, has_next_page: null, next_page_token: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems