| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListTransactionsResponse |
DefaultTransactionsApi.listTransactions(String locationId,
String beginTime,
String endTime,
String sortOrder,
String cursor)
Deprecated.
|
ListTransactionsResponse |
TransactionsApi.listTransactions(String locationId,
String beginTime,
String endTime,
String sortOrder,
String cursor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListTransactionsResponse> |
DefaultTransactionsApi.listTransactionsAsync(String locationId,
String beginTime,
String endTime,
String sortOrder,
String cursor)
Deprecated.
|
CompletableFuture<ListTransactionsResponse> |
TransactionsApi.listTransactionsAsync(String locationId,
String beginTime,
String endTime,
String sortOrder,
String cursor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ListTransactionsResponse |
ListTransactionsResponse.Builder.build()
Builds a new
ListTransactionsResponse object using the set fields. |
Copyright © 2022. All rights reserved.