@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
39 lines (31 loc) • 1.34 kB
Markdown
# BookingPlayerPaymentSummary
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | | [default to undefined]
**firstName** | **string** | | [optional] [default to undefined]
**lastName** | **string** | | [optional] [default to undefined]
**profilePicture** | **string** | | [optional] [default to undefined]
**amountToPay** | **number** | | [default to undefined]
**usedCredits** | **number** | | [optional] [default to undefined]
**invoiceId** | **string** | | [optional] [default to undefined]
**invoiceStatus** | [**InvoiceStatus**](InvoiceStatus.md) | | [optional] [default to undefined]
**isCreator** | **boolean** | | [default to undefined]
**subscriptions** | **Array<string>** | Nom(s) des abonnements actifs du joueur dans le club. | [optional] [default to undefined]
## Example
```typescript
import { BookingPlayerPaymentSummary } from '@tennac-booking/sdk';
const instance: BookingPlayerPaymentSummary = {
id,
firstName,
lastName,
profilePicture,
amountToPay,
usedCredits,
invoiceId,
invoiceStatus,
isCreator,
subscriptions,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)