@tennac-booking/sdk 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/.openapi-generator/FILES +29 -5
  2. package/README.md +58 -49
  3. package/api.ts +3581 -3057
  4. package/base.ts +1 -1
  5. package/common.ts +1 -1
  6. package/configuration.ts +1 -1
  7. package/dist/api.d.ts +2134 -1695
  8. package/dist/api.js +2693 -2281
  9. package/dist/base.d.ts +1 -1
  10. package/dist/base.js +1 -1
  11. package/dist/common.d.ts +1 -1
  12. package/dist/common.js +1 -1
  13. package/dist/configuration.d.ts +1 -1
  14. package/dist/configuration.js +1 -1
  15. package/dist/esm/api.d.ts +2134 -1695
  16. package/dist/esm/api.js +2435 -2081
  17. package/dist/esm/base.d.ts +1 -1
  18. package/dist/esm/base.js +1 -1
  19. package/dist/esm/common.d.ts +1 -1
  20. package/dist/esm/common.js +1 -1
  21. package/dist/esm/configuration.d.ts +1 -1
  22. package/dist/esm/configuration.js +1 -1
  23. package/dist/esm/index.d.ts +1 -1
  24. package/dist/esm/index.js +1 -1
  25. package/dist/index.d.ts +1 -1
  26. package/dist/index.js +1 -1
  27. package/docs/AdminClubSlotsApi.md +62 -0
  28. package/docs/AdminClubsApi.md +108 -0
  29. package/docs/ApiErrorResponse.md +1 -1
  30. package/docs/BookingsApi.md +4 -60
  31. package/docs/ChangePasswordResponse.md +1 -1
  32. package/docs/{ClubSportsApi.md → ClubAnalyticsApi.md} +20 -27
  33. package/docs/ClubBookingsApi.md +59 -0
  34. package/docs/ClubInfoResponse.md +6 -6
  35. package/docs/ClubResponse.md +6 -6
  36. package/docs/ClubRoleResponse.md +6 -6
  37. package/docs/ClubRolesApi.md +8 -8
  38. package/docs/ClubSettings.md +7 -1
  39. package/docs/ClubSlotsApi.md +0 -225
  40. package/docs/ClubsApi.md +6 -425
  41. package/docs/ClubsResponse.md +22 -0
  42. package/docs/CourtResponse.md +7 -7
  43. package/docs/CourtStatus.md +5 -2
  44. package/docs/CreateClubRequest.md +12 -10
  45. package/docs/CreateClubSettingsRequest.md +28 -0
  46. package/docs/CreateCourtRequest.md +2 -0
  47. package/docs/CreatePriceRequest.md +4 -4
  48. package/docs/CreateSportRequest.md +4 -0
  49. package/docs/CreateSubscriptionPlanRequest.md +3 -3
  50. package/docs/DeleteClubSettingsRequest.md +20 -0
  51. package/docs/{DeleteClub200Response.md → DeleteSlotsResponse.md} +3 -3
  52. package/docs/{GenerateSlotsForNextThreeWeeks201Response.md → DeleteSport200Response.md} +3 -3
  53. package/docs/GenerateSlotsResponse.md +20 -0
  54. package/docs/GetClubInfos200Response.md +30 -0
  55. package/docs/GetCourtsByClubAndSport200Response.md +26 -0
  56. package/docs/GetLastSixMonthsTurnover200ResponseInner.md +24 -0
  57. package/docs/GetNumberOfClubUsers200Response.md +20 -0
  58. package/docs/GetUserRolesResponseRolesInner.md +4 -6
  59. package/docs/GoogleSignInRequestBody.md +2 -2
  60. package/docs/GoogleSignInResponse.md +2 -8
  61. package/docs/{ClubCourtsApi.md → ManagerClubCourtsApi.md} +5 -5
  62. package/docs/ManagerClubSlotsApi.md +125 -0
  63. package/docs/ManagerClubsApi.md +280 -0
  64. package/docs/PriceResponse.md +2 -8
  65. package/docs/RefreshTokenResponse.md +2 -6
  66. package/docs/SlotResponse.md +2 -8
  67. package/docs/SportResponse.md +0 -2
  68. package/docs/SportsApi.md +10 -120
  69. package/docs/StaffClubSettingsApi.md +62 -0
  70. package/docs/StaffSportsApi.md +62 -0
  71. package/docs/SubscriptionPlanResponse.md +4 -8
  72. package/docs/UpdateClubSettingsRequest.md +28 -0
  73. package/docs/UpdateSportRequest.md +4 -0
  74. package/docs/UpdateSubscriptionPlanRequest.md +3 -3
  75. package/docs/UpdateSubscriptionPlanResponse.md +2 -2
  76. package/docs/{ClubSettingsApi.md → UserAuthenticationApi.md} +54 -55
  77. package/docs/UserBookingsApi.md +63 -0
  78. package/docs/UserClubCourtsApi.md +64 -0
  79. package/docs/UserClubSlotsApi.md +60 -0
  80. package/docs/UserClubSportsApi.md +60 -0
  81. package/docs/UserClubsApi.md +53 -0
  82. package/docs/UserProfileApi.md +271 -0
  83. package/docs/UserResponse.md +8 -14
  84. package/docs/UserSubscriptionsApi.md +222 -0
  85. package/docs/UsersApi.md +0 -725
  86. package/docs/UsersResponse.md +22 -0
  87. package/index.ts +1 -1
  88. package/package.json +32 -1
@@ -6,15 +6,12 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **id** | **string** | | [optional] [default to undefined]
9
- **stripePriceId** | **string** | | [optional] [default to undefined]
10
9
  **amount** | **number** | | [optional] [default to undefined]
11
10
  **currency** | **string** | | [optional] [default to undefined]
12
11
  **interval** | **string** | | [optional] [default to undefined]
13
12
  **intervalCount** | **number** | | [optional] [default to undefined]
14
- **isActive** | **boolean** | | [optional] [default to undefined]
15
- **productId** | **string** | | [optional] [default to undefined]
13
+ **active** | **boolean** | | [optional] [default to undefined]
16
14
  **createdAt** | **string** | | [optional] [default to undefined]
17
- **updatedAt** | **string** | | [optional] [default to undefined]
18
15
 
19
16
  ## Example
20
17
 
@@ -23,15 +20,12 @@ import { PriceResponse } from '@tennac-booking/sdk';
23
20
 
24
21
  const instance: PriceResponse = {
25
22
  id,
26
- stripePriceId,
27
23
  amount,
28
24
  currency,
29
25
  interval,
30
26
  intervalCount,
31
- isActive,
32
- productId,
27
+ active,
33
28
  createdAt,
34
- updatedAt,
35
29
  };
36
30
  ```
37
31
 
@@ -5,10 +5,8 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **token** | **string** | | [default to undefined]
9
- **refreshToken** | **string** | | [default to undefined]
10
- **sessionDuration** | **number** | | [default to undefined]
11
- **sessionEnd** | **number** | | [default to undefined]
8
+ **token** | **string** | | [optional] [default to undefined]
9
+ **refreshToken** | **string** | | [optional] [default to undefined]
12
10
 
13
11
  ## Example
14
12
 
@@ -18,8 +16,6 @@ import { RefreshTokenResponse } from '@tennac-booking/sdk';
18
16
  const instance: RefreshTokenResponse = {
19
17
  token,
20
18
  refreshToken,
21
- sessionDuration,
22
- sessionEnd,
23
19
  };
24
20
  ```
25
21
 
@@ -9,11 +9,8 @@ Name | Type | Description | Notes
9
9
  **startDate** | **string** | | [optional] [default to undefined]
10
10
  **endDate** | **string** | | [optional] [default to undefined]
11
11
  **courtId** | **string** | | [optional] [default to undefined]
12
- **clubId** | **string** | | [optional] [default to undefined]
13
- **sportId** | **string** | | [optional] [default to undefined]
14
- **isAvailable** | **boolean** | | [optional] [default to undefined]
15
12
  **price** | **number** | | [optional] [default to undefined]
16
- **court** | [**CourtResponse**](CourtResponse.md) | | [optional] [default to undefined]
13
+ **isOpen** | **boolean** | | [optional] [default to undefined]
17
14
  **createdAt** | **string** | | [optional] [default to undefined]
18
15
  **updatedAt** | **string** | | [optional] [default to undefined]
19
16
 
@@ -27,11 +24,8 @@ const instance: SlotResponse = {
27
24
  startDate,
28
25
  endDate,
29
26
  courtId,
30
- clubId,
31
- sportId,
32
- isAvailable,
33
27
  price,
34
- court,
28
+ isOpen,
35
29
  createdAt,
36
30
  updatedAt,
37
31
  };
@@ -10,7 +10,6 @@ Name | Type | Description | Notes
10
10
  **name** | **string** | | [optional] [default to undefined]
11
11
  **description** | **string** | | [optional] [default to undefined]
12
12
  **clubId** | **string** | | [optional] [default to undefined]
13
- **isActive** | **boolean** | | [optional] [default to undefined]
14
13
  **createdAt** | **string** | | [optional] [default to undefined]
15
14
  **updatedAt** | **string** | | [optional] [default to undefined]
16
15
 
@@ -25,7 +24,6 @@ const instance: SportResponse = {
25
24
  name,
26
25
  description,
27
26
  clubId,
28
- isActive,
29
27
  createdAt,
30
28
  updatedAt,
31
29
  };
package/docs/SportsApi.md CHANGED
@@ -4,67 +4,11 @@ All URIs are relative to *https://api.mon-domaine.com*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
7
- |[**createSport**](#createsport) | **POST** /api/sports | Crée un sport dans un club|
8
- |[**deleteSport**](#deletesport) | **DELETE** /api/sports/{id} | Supprime un sport|
9
- |[**getAllSports**](#getallsports) | **GET** /api/sports | Récupère la liste des sports d’un club|
10
- |[**updateSport**](#updatesport) | **PUT** /api/sports/{id} | Met à jour un sport|
11
-
12
- # **createSport**
13
- > Sport createSport(createSportRequest)
14
-
15
-
16
- ### Example
17
-
18
- ```typescript
19
- import {
20
- SportsApi,
21
- Configuration,
22
- CreateSportRequest
23
- } from '@tennac-booking/sdk';
24
-
25
- const configuration = new Configuration();
26
- const apiInstance = new SportsApi(configuration);
27
-
28
- let createSportRequest: CreateSportRequest; //
29
-
30
- const { status, data } = await apiInstance.createSport(
31
- createSportRequest
32
- );
33
- ```
34
-
35
- ### Parameters
36
-
37
- |Name | Type | Description | Notes|
38
- |------------- | ------------- | ------------- | -------------|
39
- | **createSportRequest** | **CreateSportRequest**| | |
40
-
41
-
42
- ### Return type
43
-
44
- **Sport**
45
-
46
- ### Authorization
47
-
48
- [bearerAuth](../README.md#bearerAuth)
49
-
50
- ### HTTP request headers
51
-
52
- - **Content-Type**: application/json
53
- - **Accept**: application/json
54
-
55
-
56
- ### HTTP response details
57
- | Status code | Description | Response headers |
58
- |-------------|-------------|------------------|
59
- |**201** | Sport créé | - |
60
- |**400** | Requête invalide | - |
61
- |**401** | Non autorisé | - |
62
- |**500** | Erreur serveur interne | - |
63
-
64
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
7
+ |[**deleteSport**](#deletesport) | **DELETE** /api/sports/{id} | Supprimer un sport|
8
+ |[**updateSport**](#updatesport) | **PUT** /api/sports/{id} | Mettre à jour un sport|
65
9
 
66
10
  # **deleteSport**
67
- > deleteSport()
11
+ > DeleteSport200Response deleteSport()
68
12
 
69
13
 
70
14
  ### Example
@@ -94,7 +38,7 @@ const { status, data } = await apiInstance.deleteSport(
94
38
 
95
39
  ### Return type
96
40
 
97
- void (empty response body)
41
+ **DeleteSport200Response**
98
42
 
99
43
  ### Authorization
100
44
 
@@ -109,69 +53,15 @@ void (empty response body)
109
53
  ### HTTP response details
110
54
  | Status code | Description | Response headers |
111
55
  |-------------|-------------|------------------|
112
- |**200** | Sport supprimé | - |
113
- |**401** | Non autorisé | - |
114
- |**404** | Sport non trouvé | - |
115
- |**500** | Erreur serveur interne | - |
116
-
117
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
118
-
119
- # **getAllSports**
120
- > Array<Sport> getAllSports(getAllSportsRequest)
121
-
122
-
123
- ### Example
124
-
125
- ```typescript
126
- import {
127
- SportsApi,
128
- Configuration,
129
- GetAllSportsRequest
130
- } from '@tennac-booking/sdk';
131
-
132
- const configuration = new Configuration();
133
- const apiInstance = new SportsApi(configuration);
134
-
135
- let getAllSportsRequest: GetAllSportsRequest; //
136
-
137
- const { status, data } = await apiInstance.getAllSports(
138
- getAllSportsRequest
139
- );
140
- ```
141
-
142
- ### Parameters
143
-
144
- |Name | Type | Description | Notes|
145
- |------------- | ------------- | ------------- | -------------|
146
- | **getAllSportsRequest** | **GetAllSportsRequest**| | |
147
-
148
-
149
- ### Return type
150
-
151
- **Array<Sport>**
152
-
153
- ### Authorization
154
-
155
- [bearerAuth](../README.md#bearerAuth)
156
-
157
- ### HTTP request headers
158
-
159
- - **Content-Type**: application/json
160
- - **Accept**: application/json
161
-
162
-
163
- ### HTTP response details
164
- | Status code | Description | Response headers |
165
- |-------------|-------------|------------------|
166
- |**200** | Liste des sports | - |
167
- |**400** | Requête invalide | - |
56
+ |**200** | Sport supprimé avec succès | - |
168
57
  |**401** | Non autorisé | - |
58
+ |**404** | Ressource non trouvée | - |
169
59
  |**500** | Erreur serveur interne | - |
170
60
 
171
61
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
172
62
 
173
63
  # **updateSport**
174
- > Sport updateSport(updateSportRequest)
64
+ > SportResponse updateSport(updateSportRequest)
175
65
 
176
66
 
177
67
  ### Example
@@ -205,7 +95,7 @@ const { status, data } = await apiInstance.updateSport(
205
95
 
206
96
  ### Return type
207
97
 
208
- **Sport**
98
+ **SportResponse**
209
99
 
210
100
  ### Authorization
211
101
 
@@ -220,9 +110,9 @@ const { status, data } = await apiInstance.updateSport(
220
110
  ### HTTP response details
221
111
  | Status code | Description | Response headers |
222
112
  |-------------|-------------|------------------|
223
- |**200** | Sport mis à jour | - |
113
+ |**200** | Sport mis à jour avec succès | - |
224
114
  |**401** | Non autorisé | - |
225
- |**404** | Sport non trouvé | - |
115
+ |**404** | Ressource non trouvée | - |
226
116
  |**500** | Erreur serveur interne | - |
227
117
 
228
118
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
@@ -0,0 +1,62 @@
1
+ # StaffClubSettingsApi
2
+
3
+ All URIs are relative to *https://api.mon-domaine.com*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**getClubSettings**](#getclubsettings) | **GET** /api/club-settings | Récupère les paramètres d\&#39;un club|
8
+
9
+ # **getClubSettings**
10
+ > ClubSettings getClubSettings(getClubSettingsRequest)
11
+
12
+
13
+ ### Example
14
+
15
+ ```typescript
16
+ import {
17
+ StaffClubSettingsApi,
18
+ Configuration,
19
+ GetClubSettingsRequest
20
+ } from '@tennac-booking/sdk';
21
+
22
+ const configuration = new Configuration();
23
+ const apiInstance = new StaffClubSettingsApi(configuration);
24
+
25
+ let getClubSettingsRequest: GetClubSettingsRequest; //
26
+
27
+ const { status, data } = await apiInstance.getClubSettings(
28
+ getClubSettingsRequest
29
+ );
30
+ ```
31
+
32
+ ### Parameters
33
+
34
+ |Name | Type | Description | Notes|
35
+ |------------- | ------------- | ------------- | -------------|
36
+ | **getClubSettingsRequest** | **GetClubSettingsRequest**| | |
37
+
38
+
39
+ ### Return type
40
+
41
+ **ClubSettings**
42
+
43
+ ### Authorization
44
+
45
+ [bearerAuth](../README.md#bearerAuth)
46
+
47
+ ### HTTP request headers
48
+
49
+ - **Content-Type**: application/json
50
+ - **Accept**: application/json
51
+
52
+
53
+ ### HTTP response details
54
+ | Status code | Description | Response headers |
55
+ |-------------|-------------|------------------|
56
+ |**200** | Paramètres du club | - |
57
+ |**401** | Non autorisé | - |
58
+ |**404** | Ressource non trouvée | - |
59
+ |**500** | Erreur serveur interne | - |
60
+
61
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
62
+
@@ -0,0 +1,62 @@
1
+ # StaffSportsApi
2
+
3
+ All URIs are relative to *https://api.mon-domaine.com*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**getAllSports**](#getallsports) | **GET** /api/sports | Récupère la liste des sports d\&#39;un club|
8
+
9
+ # **getAllSports**
10
+ > Array<SportResponse> getAllSports(getAllSportsRequest)
11
+
12
+
13
+ ### Example
14
+
15
+ ```typescript
16
+ import {
17
+ StaffSportsApi,
18
+ Configuration,
19
+ GetAllSportsRequest
20
+ } from '@tennac-booking/sdk';
21
+
22
+ const configuration = new Configuration();
23
+ const apiInstance = new StaffSportsApi(configuration);
24
+
25
+ let getAllSportsRequest: GetAllSportsRequest; //
26
+
27
+ const { status, data } = await apiInstance.getAllSports(
28
+ getAllSportsRequest
29
+ );
30
+ ```
31
+
32
+ ### Parameters
33
+
34
+ |Name | Type | Description | Notes|
35
+ |------------- | ------------- | ------------- | -------------|
36
+ | **getAllSportsRequest** | **GetAllSportsRequest**| | |
37
+
38
+
39
+ ### Return type
40
+
41
+ **Array<SportResponse>**
42
+
43
+ ### Authorization
44
+
45
+ [bearerAuth](../README.md#bearerAuth)
46
+
47
+ ### HTTP request headers
48
+
49
+ - **Content-Type**: application/json
50
+ - **Accept**: application/json
51
+
52
+
53
+ ### HTTP response details
54
+ | Status code | Description | Response headers |
55
+ |-------------|-------------|------------------|
56
+ |**200** | Liste des sports | - |
57
+ |**400** | Requête invalide | - |
58
+ |**401** | Non autorisé | - |
59
+ |**500** | Erreur serveur interne | - |
60
+
61
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
62
+
@@ -6,14 +6,12 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **id** | **string** | | [optional] [default to undefined]
9
- **stripeProductId** | **string** | | [optional] [default to undefined]
10
9
  **name** | **string** | | [optional] [default to undefined]
11
10
  **description** | **string** | | [optional] [default to undefined]
12
- **clubId** | **string** | | [optional] [default to undefined]
13
- **isActive** | **boolean** | | [optional] [default to undefined]
11
+ **active** | **boolean** | | [optional] [default to undefined]
12
+ **metadata** | **object** | | [optional] [default to undefined]
14
13
  **createdAt** | **string** | | [optional] [default to undefined]
15
14
  **updatedAt** | **string** | | [optional] [default to undefined]
16
- **prices** | [**Array&lt;PriceResponse&gt;**](PriceResponse.md) | | [optional] [default to undefined]
17
15
 
18
16
  ## Example
19
17
 
@@ -22,14 +20,12 @@ import { SubscriptionPlanResponse } from '@tennac-booking/sdk';
22
20
 
23
21
  const instance: SubscriptionPlanResponse = {
24
22
  id,
25
- stripeProductId,
26
23
  name,
27
24
  description,
28
- clubId,
29
- isActive,
25
+ active,
26
+ metadata,
30
27
  createdAt,
31
28
  updatedAt,
32
- prices,
33
29
  };
34
30
  ```
35
31
 
@@ -0,0 +1,28 @@
1
+ # UpdateClubSettingsRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **clubId** | **string** | | [default to undefined]
9
+ **reservationStartTime** | **string** | | [optional] [default to undefined]
10
+ **reservationEndTime** | **string** | | [optional] [default to undefined]
11
+ **maxSimultaneousReservations** | **number** | | [optional] [default to undefined]
12
+ **allowWeekendReservations** | **boolean** | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { UpdateClubSettingsRequest } from '@tennac-booking/sdk';
18
+
19
+ const instance: UpdateClubSettingsRequest = {
20
+ clubId,
21
+ reservationStartTime,
22
+ reservationEndTime,
23
+ maxSimultaneousReservations,
24
+ allowWeekendReservations,
25
+ };
26
+ ```
27
+
28
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -6,6 +6,8 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **key** | **string** | | [optional] [default to undefined]
9
+ **name** | **string** | | [optional] [default to undefined]
10
+ **description** | **string** | | [optional] [default to undefined]
9
11
 
10
12
  ## Example
11
13
 
@@ -14,6 +16,8 @@ import { UpdateSportRequest } from '@tennac-booking/sdk';
14
16
 
15
17
  const instance: UpdateSportRequest = {
16
18
  key,
19
+ name,
20
+ description,
17
21
  };
18
22
  ```
19
23
 
@@ -5,9 +5,9 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **name** | **string** | | [optional] [default to undefined]
9
- **description** | **string** | | [optional] [default to undefined]
10
- **metadata** | **object** | | [optional] [default to undefined]
8
+ **name** | **string** | Nouveau nom du plan d\&#39;abonnement | [optional] [default to undefined]
9
+ **description** | **string** | Nouvelle description du plan d\&#39;abonnement | [optional] [default to undefined]
10
+ **metadata** | **object** | Nouvelles métadonnées pour le plan | [optional] [default to undefined]
11
11
 
12
12
  ## Example
13
13
 
@@ -5,8 +5,8 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **message** | **string** | | [optional] [default to undefined]
9
- **plan** | [**SubscriptionPlanResponse**](SubscriptionPlanResponse.md) | | [optional] [default to undefined]
8
+ **message** | **string** | Message de confirmation | [optional] [default to undefined]
9
+ **plan** | [**SubscriptionPlan**](SubscriptionPlan.md) | | [optional] [default to undefined]
10
10
 
11
11
  ## Example
12
12