Package | Description |
---|---|
com.squareup.square.api | |
com.squareup.square.models |
Modifier and Type | Method and Description |
---|---|
V1Order |
DefaultV1TransactionsApi.retrieveOrder(String locationId,
String orderId)
Provides comprehensive information for a single online store order, including the order's history.
|
V1Order |
V1TransactionsApi.retrieveOrder(String locationId,
String orderId)
Provides comprehensive information for a single online store order, including the order's history.
|
V1Order |
DefaultV1TransactionsApi.updateOrder(String locationId,
String orderId,
V1UpdateOrderRequest body)
Updates the details of an online store order.
|
V1Order |
V1TransactionsApi.updateOrder(String locationId,
String orderId,
V1UpdateOrderRequest body)
Updates the details of an online store order.
|
Modifier and Type | Method and Description |
---|---|
List<V1Order> |
DefaultV1TransactionsApi.listOrders(String locationId,
String order,
Integer limit,
String batchToken)
Provides summary information for a merchant's online store orders.
|
List<V1Order> |
V1TransactionsApi.listOrders(String locationId,
String order,
Integer limit,
String batchToken)
Provides summary information for a merchant's online store orders.
|
CompletableFuture<List<V1Order>> |
DefaultV1TransactionsApi.listOrdersAsync(String locationId,
String order,
Integer limit,
String batchToken)
Provides summary information for a merchant's online store orders.
|
CompletableFuture<List<V1Order>> |
V1TransactionsApi.listOrdersAsync(String locationId,
String order,
Integer limit,
String batchToken)
Provides summary information for a merchant's online store orders.
|
CompletableFuture<V1Order> |
DefaultV1TransactionsApi.retrieveOrderAsync(String locationId,
String orderId)
Provides comprehensive information for a single online store order, including the order's history.
|
CompletableFuture<V1Order> |
V1TransactionsApi.retrieveOrderAsync(String locationId,
String orderId)
Provides comprehensive information for a single online store order, including the order's history.
|
CompletableFuture<V1Order> |
DefaultV1TransactionsApi.updateOrderAsync(String locationId,
String orderId,
V1UpdateOrderRequest body)
Updates the details of an online store order.
|
CompletableFuture<V1Order> |
V1TransactionsApi.updateOrderAsync(String locationId,
String orderId,
V1UpdateOrderRequest body)
Updates the details of an online store order.
|
Modifier and Type | Method and Description |
---|---|
V1Order |
V1Order.Builder.build()
Builds a new
V1Order object using the set fields. |
Modifier and Type | Method and Description |
---|---|
List<V1Order> |
V1ListOrdersResponse.getItems()
Getter for Items.
|
Modifier and Type | Method and Description |
---|---|
V1ListOrdersResponse.Builder |
V1ListOrdersResponse.Builder.items(List<V1Order> items)
Setter for items
|
Constructor and Description |
---|
V1ListOrdersResponse(List<V1Order> items)
Initialization constructor.
|
Copyright © 2020. All rights reserved.