UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

39 lines (31 loc) 1.24 kB
# ClubCustomerSettingsResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **userId** | **string** | | [default to undefined] **clubId** | **string** | | [default to undefined] **credits** | **number** | | [default to undefined] **isBanned** | **boolean** | | [default to undefined] **isIllimited** | **boolean** | | [default to undefined] **isFree** | **boolean** | | [default to undefined] **isNoShowForced** | **boolean** | | [default to undefined] **paymentMethodSetupCompleted** | **boolean** | | [default to undefined] **defaultPaymentMethodId** | **string** | | [default to undefined] **subscriptions** | **Array<string>** | | [default to undefined] ## Example ```typescript import { ClubCustomerSettingsResponse } from '@tennac-booking/sdk'; const instance: ClubCustomerSettingsResponse = { userId, clubId, credits, isBanned, isIllimited, isFree, isNoShowForced, paymentMethodSetupCompleted, defaultPaymentMethodId, subscriptions, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)