@@ -6,9 +6,9 @@ Method | HTTP request | Description
66------------- | ------------- | -------------
77[ ** cancelCurrentlyInitiatedBluetoothDeviceUpdate** ] ( CardReadersApi.md#cancelCurrentlyInitiatedBluetoothDeviceUpdate ) | ** POST** /api/v1.0/{appId}/cardreaders/kiosk/{deviceId}/bluetooth/{terminalType}/cancelUpdate |
88[ ** cancelReaderAction** ] ( CardReadersApi.md#cancelReaderAction ) | ** POST** /api/v1.0/{appId}/payments/terminals/stripe/{readerId}/cancel_action |
9+ [ ** cardReadersGetReader** ] ( CardReadersApi.md#cardReadersGetReader ) | ** GET** /api/v1.0/{appId}/payments/terminals/stripe/{readerId} |
910[ ** generateStripeTerminalLocation** ] ( CardReadersApi.md#generateStripeTerminalLocation ) | ** POST** /api/v1.0/{appId}/stripeterminal/location |
1011[ ** getBluetoothTerminalStatus** ] ( CardReadersApi.md#getBluetoothTerminalStatus ) | ** GET** /api/v1.0/{appId}/cardreaders/kiosk/{deviceId}/bluetooth/status |
11- [ ** getReader** ] ( CardReadersApi.md#getReader ) | ** GET** /api/v1.0/{appId}/payments/terminals/stripe/{readerId} |
1212[ ** getStripeConnectionToken** ] ( CardReadersApi.md#getStripeConnectionToken ) | ** GET** /api/v1.0/{appId}/stripeterminal/connectiontoken |
1313[ ** initiateBluetoothTerminalDeviceUpdateCheck** ] ( CardReadersApi.md#initiateBluetoothTerminalDeviceUpdateCheck ) | ** POST** /api/v1.0/{appId}/cardreaders/kiosk/{deviceId}/bluetooth/{terminalType}/checkForUpdate |
1414[ ** initiateKioskBluetoothPairingMode** ] ( CardReadersApi.md#initiateKioskBluetoothPairingMode ) | ** POST** /api/v1.0/{appId}/cardreaders/kiosk/{deviceId}/bluetooth/{terminalType}/pair |
@@ -126,9 +126,9 @@ Name | Type | Description | Notes
126126 - ** Content-Type** : Not defined
127127 - ** Accept** : application/json, text/json, application/xml, text/xml
128128
129- <a name =" generateStripeTerminalLocation " ></a >
130- # ** generateStripeTerminalLocation **
131- > RestApiResultStripeTerminalLocation generateStripeTerminalLocation(geoPointRequest , appId)
129+ <a name =" cardReadersGetReader " ></a >
130+ # ** cardReadersGetReader **
131+ > RestApiResultCardReader cardReadersGetReader(readerId , appId)
132132
133133
134134
@@ -148,13 +148,13 @@ OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
148148oauth2. setAccessToken(" YOUR ACCESS TOKEN" );
149149
150150CardReadersApi apiInstance = new CardReadersApi ();
151- GeoPointRequest geoPointRequest = new GeoPointRequest () ; // GeoPointRequest |
151+ String readerId = " readerId_example " ; // String |
152152String appId = " appId_example" ; // String |
153153try {
154- RestApiResultStripeTerminalLocation result = apiInstance. generateStripeTerminalLocation(geoPointRequest , appId);
154+ RestApiResultCardReader result = apiInstance. cardReadersGetReader(readerId , appId);
155155 System . out. println(result);
156156} catch (ApiException e) {
157- System . err. println(" Exception when calling CardReadersApi#generateStripeTerminalLocation " );
157+ System . err. println(" Exception when calling CardReadersApi#cardReadersGetReader " );
158158 e. printStackTrace();
159159}
160160```
@@ -163,25 +163,25 @@ try {
163163
164164Name | Type | Description | Notes
165165------------- | ------------- | ------------- | -------------
166- ** geoPointRequest ** | [ ** GeoPointRequest ** ] ( GeoPointRequest.md ) | |
166+ ** readerId ** | ** String ** | |
167167 ** appId** | ** String** | |
168168
169169### Return type
170170
171- [ ** RestApiResultStripeTerminalLocation ** ] ( RestApiResultStripeTerminalLocation .md)
171+ [ ** RestApiResultCardReader ** ] ( RestApiResultCardReader .md)
172172
173173### Authorization
174174
175175[ oauth2] ( ../README.md#oauth2 )
176176
177177### HTTP request headers
178178
179- - ** Content-Type** : application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
179+ - ** Content-Type** : Not defined
180180 - ** Accept** : application/json, text/json, application/xml, text/xml
181181
182- <a name =" getBluetoothTerminalStatus " ></a >
183- # ** getBluetoothTerminalStatus **
184- > RestApiResultBluetoothTerminalStatus getBluetoothTerminalStatus(appId, deviceId )
182+ <a name =" generateStripeTerminalLocation " ></a >
183+ # ** generateStripeTerminalLocation **
184+ > RestApiResultStripeTerminalLocation generateStripeTerminalLocation(geoPointRequest, appId )
185185
186186
187187
@@ -201,13 +201,13 @@ OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
201201oauth2. setAccessToken(" YOUR ACCESS TOKEN" );
202202
203203CardReadersApi apiInstance = new CardReadersApi ();
204+ GeoPointRequest geoPointRequest = new GeoPointRequest (); // GeoPointRequest |
204205String appId = " appId_example" ; // String |
205- String deviceId = " deviceId_example" ; // String |
206206try {
207- RestApiResultBluetoothTerminalStatus result = apiInstance. getBluetoothTerminalStatus(appId, deviceId );
207+ RestApiResultStripeTerminalLocation result = apiInstance. generateStripeTerminalLocation(geoPointRequest, appId );
208208 System . out. println(result);
209209} catch (ApiException e) {
210- System . err. println(" Exception when calling CardReadersApi#getBluetoothTerminalStatus " );
210+ System . err. println(" Exception when calling CardReadersApi#generateStripeTerminalLocation " );
211211 e. printStackTrace();
212212}
213213```
@@ -216,25 +216,25 @@ try {
216216
217217Name | Type | Description | Notes
218218------------- | ------------- | ------------- | -------------
219+ ** geoPointRequest** | [ ** GeoPointRequest** ] ( GeoPointRequest.md ) | |
219220 ** appId** | ** String** | |
220- ** deviceId** | ** String** | |
221221
222222### Return type
223223
224- [ ** RestApiResultBluetoothTerminalStatus ** ] ( RestApiResultBluetoothTerminalStatus .md)
224+ [ ** RestApiResultStripeTerminalLocation ** ] ( RestApiResultStripeTerminalLocation .md)
225225
226226### Authorization
227227
228228[ oauth2] ( ../README.md#oauth2 )
229229
230230### HTTP request headers
231231
232- - ** Content-Type** : Not defined
232+ - ** Content-Type** : application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
233233 - ** Accept** : application/json, text/json, application/xml, text/xml
234234
235- <a name =" getReader " ></a >
236- # ** getReader **
237- > RestApiResultCardReader getReader(readerId, appId )
235+ <a name =" getBluetoothTerminalStatus " ></a >
236+ # ** getBluetoothTerminalStatus **
237+ > RestApiResultBluetoothTerminalStatus getBluetoothTerminalStatus(appId, deviceId )
238238
239239
240240
@@ -254,13 +254,13 @@ OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
254254oauth2. setAccessToken(" YOUR ACCESS TOKEN" );
255255
256256CardReadersApi apiInstance = new CardReadersApi ();
257- String readerId = " readerId_example" ; // String |
258257String appId = " appId_example" ; // String |
258+ String deviceId = " deviceId_example" ; // String |
259259try {
260- RestApiResultCardReader result = apiInstance. getReader(readerId, appId );
260+ RestApiResultBluetoothTerminalStatus result = apiInstance. getBluetoothTerminalStatus(appId, deviceId );
261261 System . out. println(result);
262262} catch (ApiException e) {
263- System . err. println(" Exception when calling CardReadersApi#getReader " );
263+ System . err. println(" Exception when calling CardReadersApi#getBluetoothTerminalStatus " );
264264 e. printStackTrace();
265265}
266266```
@@ -269,12 +269,12 @@ try {
269269
270270Name | Type | Description | Notes
271271------------- | ------------- | ------------- | -------------
272- ** readerId** | ** String** | |
273272 ** appId** | ** String** | |
273+ ** deviceId** | ** String** | |
274274
275275### Return type
276276
277- [ ** RestApiResultCardReader ** ] ( RestApiResultCardReader .md)
277+ [ ** RestApiResultBluetoothTerminalStatus ** ] ( RestApiResultBluetoothTerminalStatus .md)
278278
279279### Authorization
280280
0 commit comments