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 [Order](#type-order)s by their IDs.
|
BatchRetrieveOrdersResponse |
DefaultOrdersApi.batchRetrieveOrders(BatchRetrieveOrdersRequest body)
Retrieves a set of [Order](#type-order)s by their IDs.
|
CompletableFuture<BatchRetrieveOrdersResponse> |
OrdersApi.batchRetrieveOrdersAsync(BatchRetrieveOrdersRequest body)
Retrieves a set of [Order](#type-order)s by their IDs.
|
CompletableFuture<BatchRetrieveOrdersResponse> |
DefaultOrdersApi.batchRetrieveOrdersAsync(BatchRetrieveOrdersRequest body)
Retrieves a set of [Order](#type-order)s by their IDs.
|
Modifier and Type | Method and Description |
---|---|
BatchRetrieveOrdersRequest |
BatchRetrieveOrdersRequest.Builder.build()
Builds a new
BatchRetrieveOrdersRequest object using the set fields. |
Copyright © 2020. All rights reserved.