UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

49 lines (41 loc) 1.72 kB
# UserClubMembership ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **clubId** | **string** | | [default to undefined] **clubName** | **string** | | [default to undefined] **clubPicture** | **string** | | [default to undefined] **bannerPictures** | **Array<string>** | | [optional] [default to undefined] **address** | **string** | | [optional] [default to undefined] **description** | **string** | | [optional] [default to undefined] **tags** | **Array<string>** | | [optional] [default to undefined] **sports** | **Array<string>** | | [optional] [default to undefined] **bookingCount** | **number** | | [default to undefined] **credits** | **number** | | [default to undefined] **billingPortalUrl** | **string** | | [default to undefined] **hasActiveSubscription** | **boolean** | | [default to undefined] **subscriptions** | [**Array<UserClubSubscription>**](UserClubSubscription.md) | | [default to undefined] **isPrivateOrganization** | **boolean** | | [default to undefined] **hasAvailableSubscriptions** | **boolean** | | [default to undefined] ## Example ```typescript import { UserClubMembership } from '@tennac-booking/sdk'; const instance: UserClubMembership = { clubId, clubName, clubPicture, bannerPictures, address, description, tags, sports, bookingCount, credits, billingPortalUrl, hasActiveSubscription, subscriptions, isPrivateOrganization, hasAvailableSubscriptions, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)