UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

31 lines (23 loc) 932 B
# ManagerConsoleInvoicePlayerSummary ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **playerId** | **string** | | [default to undefined] **firstName** | **string** | | [default to undefined] **lastName** | **string** | | [default to undefined] **email** | **string** | | [default to undefined] **reducedAmount** | **number** | | [default to undefined] **subscriptionNames** | **Array<string>** | | [optional] [default to undefined] ## Example ```typescript import { ManagerConsoleInvoicePlayerSummary } from '@tennac-booking/sdk'; const instance: ManagerConsoleInvoicePlayerSummary = { playerId, firstName, lastName, email, reducedAmount, subscriptionNames, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)