@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
37 lines (29 loc) • 1.21 kB
Markdown
# PlayerPaymentInfo
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**playerId** | **string** | ID du joueur | [default to undefined]
**playerName** | **string** | Nom du joueur | [default to undefined]
**playerEmail** | **string** | Email du joueur | [default to undefined]
**amount** | **number** | Montant à payer | [default to undefined]
**paymentMethod** | [**PaymentMethod**](PaymentMethod.md) | | [default to undefined]
**status** | **string** | Statut de la facture | [default to undefined]
**accepted** | **boolean** | Facture acceptée | [default to undefined]
**hasPaid** | **boolean** | A déjà payé | [default to undefined]
**needsCheckIn** | **boolean** | Nécessite un check-in | [default to undefined]
## Example
```typescript
import { PlayerPaymentInfo } from '@tennac-booking/sdk';
const instance: PlayerPaymentInfo = {
playerId,
playerName,
playerEmail,
amount,
paymentMethod,
status,
accepted,
hasPaid,
needsCheckIn,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)