@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
24 lines (16 loc) • 717 B
Markdown
# ClientInvoicesResponse
Réponse pour la liste des factures d\'un client
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **number** | Nombre total de factures | [default to undefined]
**invoices** | [**Array<ClientInvoiceResponse>**](ClientInvoiceResponse.md) | Liste des factures | [default to undefined]
## Example
```typescript
import { ClientInvoicesResponse } from '@tennac-booking/sdk';
const instance: ClientInvoicesResponse = {
count,
invoices,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)