UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

79 lines (71 loc) 3.09 kB
# NotificationPreview ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **bookingId** | **string** | | [optional] [default to undefined] **eventId** | **string** | | [optional] [default to undefined] **eventBookingId** | **string** | | [optional] [default to undefined] **clubId** | **string** | | [optional] [default to undefined] **clubName** | **string** | | [optional] [default to undefined] **clubPicture** | **string** | | [optional] [default to undefined] **courtId** | **string** | | [optional] [default to undefined] **courtName** | **string** | | [optional] [default to undefined] **eventName** | **string** | | [optional] [default to undefined] **sportId** | **string** | | [optional] [default to undefined] **sportName** | **string** | | [optional] [default to undefined] **sportKey** | **string** | | [optional] [default to undefined] **startDate** | **string** | | [optional] [default to undefined] **endDate** | **string** | | [optional] [default to undefined] **reminderDelayHours** | **number** | | [optional] [default to undefined] **reason** | **string** | | [optional] [default to undefined] **joinerId** | **string** | | [optional] [default to undefined] **joinerName** | **string** | | [optional] [default to undefined] **targetLabel** | **string** | | [optional] [default to undefined] **targetType** | **string** | | [optional] [default to undefined] **targetId** | **string** | | [optional] [default to undefined] **priceInCents** | **number** | | [optional] [default to undefined] **expiresAt** | **string** | | [optional] [default to undefined] **waitingListPaymentHoldDuration** | **number** | | [optional] [default to undefined] **participants** | [**Array<NotificationParticipantPreview>**](NotificationParticipantPreview.md) | | [optional] [default to undefined] **initiatorUserId** | **string** | | [optional] [default to undefined] **initiatorClubId** | **string** | | [optional] [default to undefined] **initiatorType** | [**NotificationActorType**](NotificationActorType.md) | | [optional] [default to undefined] **initiatorName** | **string** | | [optional] [default to undefined] **initiatorPicture** | **string** | | [optional] [default to undefined] ## Example ```typescript import { NotificationPreview } from '@tennac-booking/sdk'; const instance: NotificationPreview = { bookingId, eventId, eventBookingId, clubId, clubName, clubPicture, courtId, courtName, eventName, sportId, sportName, sportKey, startDate, endDate, reminderDelayHours, reason, joinerId, joinerName, targetLabel, targetType, targetId, priceInCents, expiresAt, waitingListPaymentHoldDuration, participants, initiatorUserId, initiatorClubId, initiatorType, initiatorName, initiatorPicture, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)