UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

25 lines (17 loc) 657 B
# EstimateEventPlayerPrice ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **playerId** | **string** | | [default to undefined] **firstName** | **string** | | [optional] [default to undefined] **price** | **number** | | [default to undefined] ## Example ```typescript import { EstimateEventPlayerPrice } from '@tennac-booking/sdk'; const instance: EstimateEventPlayerPrice = { playerId, firstName, price, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)