UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

31 lines (23 loc) 1.02 kB
# EventBookingResponsePlayersInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **invoiceStatus** | [**EventBookingResponseInvoicesInnerStatus**](EventBookingResponseInvoicesInnerStatus.md) | | [optional] [default to undefined] **profilePicture** | **string** | | [optional] [default to undefined] **username** | **string** | | [optional] [default to undefined] **lastName** | **string** | | [optional] [default to undefined] **firstName** | **string** | | [optional] [default to undefined] **id** | **string** | | [default to undefined] ## Example ```typescript import { EventBookingResponsePlayersInner } from '@tennac-booking/sdk'; const instance: EventBookingResponsePlayersInner = { invoiceStatus, profilePicture, username, lastName, firstName, id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)