You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2021. It is now read-only.
**Cursor** | **int?** | The cursor generated by the previous response. | [optional]
12
+
13
+
14
+
15
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Errors** | [**List<Error>**](Error.md) | Information on errors encountered during the request. | [optional]
12
+
**Merchant** | [**List<Merchant>**](Merchant.md) | The requested `Merchant` entities. | [optional]
13
+
**Cursor** | **int?** | If the response is truncated, the cursor to use in next request to fetch next set of objects. | [optional]
14
+
15
+
16
+
17
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: src/Square.Connect/Api/MerchantsApi.cs
+20-10
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,8 @@ public interface IMerchantsApi : IApiAccessor
31
31
/// Returns `Merchant` information for a given access token. If you don't know a `Merchant` ID, you can use this endpoint to retrieve the merchant ID for an access token. You can specify your personal access token to get your own merchant information or specify an OAuth token to get the information for the merchant that granted you access. If you know the merchant ID, you can also use the [RetrieveMerchant](#endpoint-merchants-retrievemerchant) endpoint to get the merchant information.
32
32
/// </remarks>
33
33
/// <exception cref="Square.Connect.Client.ApiException">Thrown when fails to make API call</exception>
@@ -40,8 +41,9 @@ public interface IMerchantsApi : IApiAccessor
40
41
/// Returns `Merchant` information for a given access token. If you don't know a `Merchant` ID, you can use this endpoint to retrieve the merchant ID for an access token. You can specify your personal access token to get your own merchant information or specify an OAuth token to get the information for the merchant that granted you access. If you know the merchant ID, you can also use the [RetrieveMerchant](#endpoint-merchants-retrievemerchant) endpoint to get the merchant information.
41
42
/// </remarks>
42
43
/// <exception cref="Square.Connect.Client.ApiException">Thrown when fails to make API call</exception>
44
+
/// <param name="cursor">The cursor generated by the previous response. (optional)</param>
43
45
/// <returns>ApiResponse of ListMerchantsResponse</returns>
@@ -71,8 +73,9 @@ public interface IMerchantsApi : IApiAccessor
71
73
/// Returns `Merchant` information for a given access token. If you don't know a `Merchant` ID, you can use this endpoint to retrieve the merchant ID for an access token. You can specify your personal access token to get your own merchant information or specify an OAuth token to get the information for the merchant that granted you access. If you know the merchant ID, you can also use the [RetrieveMerchant](#endpoint-merchants-retrievemerchant) endpoint to get the merchant information.
72
74
/// </remarks>
73
75
/// <exception cref="Square.Connect.Client.ApiException">Thrown when fails to make API call</exception>
76
+
/// <param name="cursor">The cursor generated by the previous response. (optional)</param>
74
77
/// <returns>Task of ListMerchantsResponse</returns>
@@ -81,8 +84,9 @@ public interface IMerchantsApi : IApiAccessor
81
84
/// Returns `Merchant` information for a given access token. If you don't know a `Merchant` ID, you can use this endpoint to retrieve the merchant ID for an access token. You can specify your personal access token to get your own merchant information or specify an OAuth token to get the information for the merchant that granted you access. If you know the merchant ID, you can also use the [RetrieveMerchant](#endpoint-merchants-retrievemerchant) endpoint to get the merchant information.
82
85
/// </remarks>
83
86
/// <exception cref="Square.Connect.Client.ApiException">Thrown when fails to make API call</exception>
87
+
/// <param name="cursor">The cursor generated by the previous response. (optional)</param>
84
88
/// <returns>Task of ApiResponse (ListMerchantsResponse)</returns>
@@ -220,19 +224,21 @@ public void AddDefaultHeader(string key, string value)
220
224
/// ListMerchants Returns `Merchant` information for a given access token. If you don't know a `Merchant` ID, you can use this endpoint to retrieve the merchant ID for an access token. You can specify your personal access token to get your own merchant information or specify an OAuth token to get the information for the merchant that granted you access. If you know the merchant ID, you can also use the [RetrieveMerchant](#endpoint-merchants-retrievemerchant) endpoint to get the merchant information.
221
225
/// </summary>
222
226
/// <exception cref="Square.Connect.Client.ApiException">Thrown when fails to make API call</exception>
227
+
/// <param name="cursor">The cursor generated by the previous response. (optional)</param>
/// ListMerchants Returns `Merchant` information for a given access token. If you don't know a `Merchant` ID, you can use this endpoint to retrieve the merchant ID for an access token. You can specify your personal access token to get your own merchant information or specify an OAuth token to get the information for the merchant that granted you access. If you know the merchant ID, you can also use the [RetrieveMerchant](#endpoint-merchants-retrievemerchant) endpoint to get the merchant information.
232
237
/// </summary>
233
238
/// <exception cref="Square.Connect.Client.ApiException">Thrown when fails to make API call</exception>
239
+
/// <param name="cursor">The cursor generated by the previous response. (optional)</param>
234
240
/// <returns>ApiResponse of ListMerchantsResponse</returns>
@@ -288,10 +295,11 @@ public ApiResponse< ListMerchantsResponse > ListMerchantsWithHttpInfo ()
288
295
/// ListMerchants Returns `Merchant` information for a given access token. If you don't know a `Merchant` ID, you can use this endpoint to retrieve the merchant ID for an access token. You can specify your personal access token to get your own merchant information or specify an OAuth token to get the information for the merchant that granted you access. If you know the merchant ID, you can also use the [RetrieveMerchant](#endpoint-merchants-retrievemerchant) endpoint to get the merchant information.
289
296
/// </summary>
290
297
/// <exception cref="Square.Connect.Client.ApiException">Thrown when fails to make API call</exception>
298
+
/// <param name="cursor">The cursor generated by the previous response. (optional)</param>
291
299
/// <returns>Task of ListMerchantsResponse</returns>
@@ -300,8 +308,9 @@ public async System.Threading.Tasks.Task<ListMerchantsResponse> ListMerchantsAsy
300
308
/// ListMerchants Returns `Merchant` information for a given access token. If you don't know a `Merchant` ID, you can use this endpoint to retrieve the merchant ID for an access token. You can specify your personal access token to get your own merchant information or specify an OAuth token to get the information for the merchant that granted you access. If you know the merchant ID, you can also use the [RetrieveMerchant](#endpoint-merchants-retrievemerchant) endpoint to get the merchant information.
301
309
/// </summary>
302
310
/// <exception cref="Square.Connect.Client.ApiException">Thrown when fails to make API call</exception>
311
+
/// <param name="cursor">The cursor generated by the previous response. (optional)</param>
303
312
/// <returns>Task of ApiResponse (ListMerchantsResponse)</returns>
0 commit comments