UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

27 lines (19 loc) 725 B
# ClientRegister201Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **string** | | [default to undefined] **stripeCustomerId** | **string** | | [default to undefined] **email** | **string** | | [default to undefined] **userId** | **string** | | [default to undefined] ## Example ```typescript import { ClientRegister201Response } from '@tennac-booking/sdk'; const instance: ClientRegister201Response = { message, stripeCustomerId, email, userId, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)