Record
cash-drawer-shift
No description available.
record cash-drawer-shift {
cash-paid-in-money: option<money>,
cash-paid-out-money: option<money>,
cash-payment-money: option<money>,
cash-refunds-money: option<money>,
closed-at: option<string>,
closed-cash-money: option<money>,
closing-employee-id: option<string>,
description: option<string>,
device: option<cash-drawer-device>,
employee-ids: option<list<string>>,
ended-at: option<string>,
ending-employee-id: option<string>,
expected-cash-money: option<money>,
id: option<string>,
opened-at: option<string>,
opened-cash-money: option<money>,
opening-employee-id: option<string>,
state: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| cash-paid-in-money | option<money> | |
| cash-paid-out-money | option<money> | |
| cash-payment-money | option<money> | |
| cash-refunds-money | option<money> | |
| closed-at | option<string> | |
| closed-cash-money | option<money> | |
| closing-employee-id | option<string> | |
| description | option<string> | |
| device | option<cash-drawer-device> | |
| employee-ids | option<list<string>> | |
| ended-at | option<string> | |
| ending-employee-id | option<string> | |
| expected-cash-money | option<money> | |
| id | option<string> | |
| opened-at | option<string> | |
| opened-cash-money | option<money> | |
| opening-employee-id | option<string> | |
| state | option<string> |