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

NameTypeDescription
cash-paid-in-moneyoption​<money>
cash-paid-out-moneyoption​<money>
cash-payment-moneyoption​<money>
cash-refunds-moneyoption​<money>
closed-atoption​<string>
closed-cash-moneyoption​<money>
closing-employee-idoption​<string>
descriptionoption​<string>
deviceoption​<cash-drawer-device>
employee-idsoption​<list​<string>>
ended-atoption​<string>
ending-employee-idoption​<string>
expected-cash-moneyoption​<money>
idoption​<string>
opened-atoption​<string>
opened-cash-moneyoption​<money>
opening-employee-idoption​<string>
stateoption​<string>