| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListCashDrawerShiftsResponse |
CashDrawersApi.listCashDrawerShifts(String locationId,
String sortOrder,
String beginTime,
String endTime,
Integer limit,
String cursor)
Provides the details for all of the cash drawer shifts for a location in a date range.
|
ListCashDrawerShiftsResponse |
DefaultCashDrawersApi.listCashDrawerShifts(String locationId,
String sortOrder,
String beginTime,
String endTime,
Integer limit,
String cursor)
Provides the details for all of the cash drawer shifts for a location in a date range.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListCashDrawerShiftsResponse> |
CashDrawersApi.listCashDrawerShiftsAsync(String locationId,
String sortOrder,
String beginTime,
String endTime,
Integer limit,
String cursor)
Provides the details for all of the cash drawer shifts for a location in a date range.
|
CompletableFuture<ListCashDrawerShiftsResponse> |
DefaultCashDrawersApi.listCashDrawerShiftsAsync(String locationId,
String sortOrder,
String beginTime,
String endTime,
Integer limit,
String cursor)
Provides the details for all of the cash drawer shifts for a location in a date range.
|
| Modifier and Type | Method and Description |
|---|---|
ListCashDrawerShiftsResponse |
ListCashDrawerShiftsResponse.Builder.build()
Builds a new
ListCashDrawerShiftsResponse object using the set fields. |
Copyright © 2022. All rights reserved.