@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
25 lines (17 loc) • 706 B
Markdown
# MyClubInfosResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**remainingBookings** | **number** | | [default to undefined]
**availableCredit** | **number** | | [default to undefined]
**subscriptionPlans** | **Array<any>** | | [optional] [default to undefined]
## Example
```typescript
import { MyClubInfosResponse } from '@tennac-booking/sdk';
const instance: MyClubInfosResponse = {
remainingBookings,
availableCredit,
subscriptionPlans,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)