@ory/client
Version:
OpenAPI client for @ory/client
25 lines (17 loc) • 705 B
Markdown
# ListInvoicesResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**buckets** | [**Array<BillingPeriodBucket>**](BillingPeriodBucket.md) | | [default to undefined]
**has_next_page** | **boolean** | | [default to undefined]
**next_page_token** | **string** | | [default to undefined]
## Example
```typescript
import { ListInvoicesResponse } from '@ory/client';
const instance: ListInvoicesResponse = {
buckets,
has_next_page,
next_page_token,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)