| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
BatchRetrieveOrdersResponse |
OrdersApi.batchRetrieveOrders(BatchRetrieveOrdersRequest body)
Retrieves a set of [orders]($m/Order) by their IDs.
|
BatchRetrieveOrdersResponse |
DefaultOrdersApi.batchRetrieveOrders(BatchRetrieveOrdersRequest body)
Retrieves a set of [orders]($m/Order) by their IDs.
|
CompletableFuture<BatchRetrieveOrdersResponse> |
OrdersApi.batchRetrieveOrdersAsync(BatchRetrieveOrdersRequest body)
Retrieves a set of [orders]($m/Order) by their IDs.
|
CompletableFuture<BatchRetrieveOrdersResponse> |
DefaultOrdersApi.batchRetrieveOrdersAsync(BatchRetrieveOrdersRequest body)
Retrieves a set of [orders]($m/Order) by their IDs.
|
| Modifier and Type | Method and Description |
|---|---|
BatchRetrieveOrdersRequest |
BatchRetrieveOrdersRequest.Builder.build()
Builds a new
BatchRetrieveOrdersRequest object using the set fields. |
Copyright © 2022. All rights reserved.