UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

33 lines (25 loc) 1.15 kB
# EstimateEventPriceRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **playerIds** | **Array<string>** | | [default to undefined] **shares** | [**Array<EstimateEventPriceShare>**](EstimateEventPriceShare.md) | | [optional] [default to undefined] **paymentMethod** | [**PaymentMethod**](PaymentMethod.md) | | [optional] [default to undefined] **playersCount** | **number** | | [optional] [default to undefined] **isCreatorPayingAll** | **boolean** | | [optional] [default to undefined] **creatorId** | **string** | | [optional] [default to undefined] **creditToUseInCents** | **number** | | [optional] [default to undefined] ## Example ```typescript import { EstimateEventPriceRequest } from '@tennac-booking/sdk'; const instance: EstimateEventPriceRequest = { playerIds, shares, paymentMethod, playersCount, isCreatorPayingAll, creatorId, creditToUseInCents, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)