PosReader
Object
A POS card reader terminal that can be used to collect payments.
Fields
| Field | Description | Type |
|---|---|---|
id | The unique ID of this reader. | ID! |
label | A human-readable label for this reader. | String! |
lastSeenAt | When the reader last connected. | Date! |
status | The current connection status of the reader. | PosReaderStatus! |
Used By (2)
PosReader is referenced by the following fields, arguments, and input fields:
| Type | Field |
|---|---|
Company | posReaders |
User | posReader |