@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
23 lines (15 loc) • 675 B
Markdown
# GetOpenEventBookingJoinPrice200Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**availableCreditsInCents** | **number** | | [default to undefined]
**priceToPayInCents** | **number** | | [default to undefined]
## Example
```typescript
import { GetOpenEventBookingJoinPrice200Response } from '@tennac-booking/sdk';
const instance: GetOpenEventBookingJoinPrice200Response = {
availableCreditsInCents,
priceToPayInCents,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)