UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

33 lines (25 loc) 1.1 kB
# EventBookingResponsePaymentPerPlayersInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **amount** | **number** | | [optional] [default to undefined] **status** | [**EventBookingResponseInvoicesInnerStatus**](EventBookingResponseInvoicesInnerStatus.md) | | [optional] [default to undefined] **photo** | **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 { EventBookingResponsePaymentPerPlayersInner } from '@tennac-booking/sdk'; const instance: EventBookingResponsePaymentPerPlayersInner = { amount, status, photo, 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)