UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

25 lines (17 loc) 740 B
# PaymentByPlayerInfo ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **user** | [**UserInfo**](UserInfo.md) | | [default to undefined] **invoices** | [**Array<InvoiceInfo>**](InvoiceInfo.md) | Liste des factures | [default to undefined] **accepted** | **boolean** | Si le joueur a accepté l\'invitation | [default to undefined] ## Example ```typescript import { PaymentByPlayerInfo } from '@tennac-booking/sdk'; const instance: PaymentByPlayerInfo = { user, invoices, accepted, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)