| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CashDrawerDevice |
CashDrawerDevice.Builder.build()
Builds a new
CashDrawerDevice object using the set fields. |
CashDrawerDevice |
CashDrawerShift.getDevice()
Getter for Device.
|
| Modifier and Type | Method and Description |
|---|---|
CashDrawerShift.Builder |
CashDrawerShift.Builder.device(CashDrawerDevice device)
Setter for device.
|
| Constructor and Description |
|---|
CashDrawerShift(String id,
String state,
String openedAt,
String endedAt,
String closedAt,
List<String> employeeIds,
String openingEmployeeId,
String endingEmployeeId,
String closingEmployeeId,
String description,
Money openedCashMoney,
Money cashPaymentMoney,
Money cashRefundsMoney,
Money cashPaidInMoney,
Money cashPaidOutMoney,
Money expectedCashMoney,
Money closedCashMoney,
CashDrawerDevice device)
Initialization constructor.
|
Copyright © 2022. All rights reserved.