@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
38 lines (30 loc) • 1.72 kB
Markdown
# OnboardingStatusResponse
Réponse avec le statut d\'onboarding du compte client
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**clientAccountId** | **string** | ID du compte client | [default to undefined]
**currentStep** | **string** | Étape actuelle de l\'onboarding | [default to undefined]
**progress** | **number** | Progression en pourcentage (0-100) | [default to undefined]
**isCompleted** | **boolean** | Si true, l\'onboarding est complété | [default to undefined]
**stepDescription** | **string** | Message descriptif de l\'étape actuelle | [default to undefined]
**actionRequired** | **string** | Détails sur ce qui a besoin d\'être fait à l\'étape actuelle | [optional] [default to undefined]
**paymentSetupLink** | **string** | Lien pour configurer le paiement Stripe si needed | [optional] [default to undefined]
**clubsNeedingAction** | [**Array<ClubOnboardingAction>**](ClubOnboardingAction.md) | Clubs qui ont besoin d\'actions d\'onboarding | [default to undefined]
**nextStepTimestamp** | **number** | Timestamp de la prochaine étape automatique (si applicable) | [optional] [default to undefined]
## Example
```typescript
import { OnboardingStatusResponse } from '@tennac-booking/sdk';
const instance: OnboardingStatusResponse = {
clientAccountId,
currentStep,
progress,
isCompleted,
stepDescription,
actionRequired,
paymentSetupLink,
clubsNeedingAction,
nextStepTimestamp,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)