@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
47 lines (39 loc) • 1.72 kB
Markdown
# EventBookingDetailSummaryPaymentPerPlayersInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**isCurrentUser** | **boolean** | | [optional] [default to undefined]
**response** | **string** | | [optional] [default to undefined]
**accepted** | **boolean** | | [optional] [default to undefined]
**paymentMethod** | [**PaymentMethod**](PaymentMethod.md) | | [optional] [default to undefined]
**invoiceId** | **string** | | [optional] [default to undefined]
**amountToPay** | **number** | | [optional] [default to undefined]
**amount** | **number** | | [optional] [default to undefined]
**invoiceStatus** | [**InvoiceStatus**](InvoiceStatus.md) | | [optional] [default to undefined]
**status** | [**InvoiceStatus**](InvoiceStatus.md) | | [optional] [default to undefined]
**photo** | **string** | | [optional] [default to undefined]
**profilePicture** | **string** | | [optional] [default to undefined]
**lastName** | **string** | | [optional] [default to undefined]
**firstName** | **string** | | [optional] [default to undefined]
**id** | **string** | | [default to undefined]
## Example
```typescript
import { EventBookingDetailSummaryPaymentPerPlayersInner } from '@tennac-booking/sdk';
const instance: EventBookingDetailSummaryPaymentPerPlayersInner = {
isCurrentUser,
response,
accepted,
paymentMethod,
invoiceId,
amountToPay,
amount,
invoiceStatus,
status,
photo,
profilePicture,
lastName,
firstName,
id,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)