public interface SitesApi
| Modifier and Type | Method and Description |
|---|---|
ListSitesResponse |
listSites()
Lists the Square Online sites that belong to a seller.
|
CompletableFuture<ListSitesResponse> |
listSitesAsync()
Lists the Square Online sites that belong to a seller.
|
ListSitesResponse listSites() throws ApiException, IOException
ApiException - Represents error response from the server.IOException - Signals that an I/O exception of some sort has occurred.CompletableFuture<ListSitesResponse> listSitesAsync()
Copyright © 2022. All rights reserved.