Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 359 Bytes

cash-drawer-device.md

File metadata and controls

23 lines (15 loc) · 359 Bytes

Cash Drawer Device

Structure

CashDrawerDevice

Fields

Name Type Tags Description
id string | undefined Optional The device Square-issued ID
name string | undefined Optional The device merchant-specified name.

Example (as JSON)

{
  "id": null,
  "name": null
}