# ListInvoicesResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**buckets** | [**Array&lt;BillingPeriodBucket&gt;**](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)
