| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListMerchantsResponse |
MerchantsApi.listMerchants(Integer cursor)
Provides details about the merchant associated with a given access token.
|
ListMerchantsResponse |
DefaultMerchantsApi.listMerchants(Integer cursor)
Provides details about the merchant associated with a given access token.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListMerchantsResponse> |
MerchantsApi.listMerchantsAsync(Integer cursor)
Provides details about the merchant associated with a given access token.
|
CompletableFuture<ListMerchantsResponse> |
DefaultMerchantsApi.listMerchantsAsync(Integer cursor)
Provides details about the merchant associated with a given access token.
|
| Modifier and Type | Method and Description |
|---|---|
ListMerchantsResponse |
ListMerchantsResponse.Builder.build()
Builds a new
ListMerchantsResponse object using the set fields. |
Copyright © 2022. All rights reserved.