@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
35 lines (27 loc) • 1.14 kB
Markdown
# PlayerPrice
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**playerId** | **string** | | [default to undefined]
**firstName** | **string** | | [optional] [default to undefined]
**lastName** | **string** | | [optional] [default to undefined]
**subscriptions** | [**Array<SubscriptionInfo>**](SubscriptionInfo.md) | | [optional] [default to undefined]
**creditAvailablesInCents** | **number** | | [optional] [default to undefined]
**creditUsedInCents** | **number** | | [optional] [default to undefined]
**price** | **number** | | [default to undefined]
**paysAlsoFor** | **Array<string>** | | [optional] [default to undefined]
## Example
```typescript
import { PlayerPrice } from '@tennac-booking/sdk';
const instance: PlayerPrice = {
playerId,
firstName,
lastName,
subscriptions,
creditAvailablesInCents,
creditUsedInCents,
price,
paysAlsoFor,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)