@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
41 lines (33 loc) • 1.7 kB
Markdown
# EstimateEventPriceResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**perPlayer** | **{ [key: string]: number; }** | Construct a type with a set of properties K of type T | [default to undefined]
**playerPrices** | [**Array<EstimateEventPlayerPrice>**](EstimateEventPlayerPrice.md) | | [default to undefined]
**perPayer** | **{ [key: string]: number; }** | Construct a type with a set of properties K of type T | [default to undefined]
**total** | **number** | | [default to undefined]
**currency** | **string** | | [default to undefined]
**paymentMethod** | [**PaymentMethod**](PaymentMethod.md) | | [optional] [default to undefined]
**playersCount** | **number** | | [optional] [default to undefined]
**missingParticipantsCount** | **number** | | [optional] [default to undefined]
**creditsAppliedInCents** | **number** | | [optional] [default to undefined]
**totalAfterCredits** | **number** | | [optional] [default to undefined]
**perPayerAfterCredits** | **{ [key: string]: number; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined]
## Example
```typescript
import { EstimateEventPriceResponse } from '@tennac-booking/sdk';
const instance: EstimateEventPriceResponse = {
perPlayer,
playerPrices,
perPayer,
total,
currency,
paymentMethod,
playersCount,
missingParticipantsCount,
creditsAppliedInCents,
totalAfterCredits,
perPayerAfterCredits,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)