UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

35 lines (27 loc) 1.18 kB
# CheckedInPlayer ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **playerId** | **string** | ID du joueur | [default to undefined] **invoiceId** | **string** | ID de la facture | [default to undefined] **amount** | **number** | Montant payé | [default to undefined] **previousStatus** | **string** | Statut précédent (optionnel) | [optional] [default to undefined] **newStatus** | **string** | Nouveau statut (optionnel) | [optional] [default to undefined] **status** | **string** | Statut actuel | [optional] [default to undefined] **paymentMethod** | [**PaymentMethod**](PaymentMethod.md) | | [optional] [default to undefined] **note** | **string** | Note additionnelle | [optional] [default to undefined] ## Example ```typescript import { CheckedInPlayer } from '@tennac-booking/sdk'; const instance: CheckedInPlayer = { playerId, invoiceId, amount, previousStatus, newStatus, status, paymentMethod, note, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)