Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
device_id | getDeviceId() | setDeviceId($value) | string | `TerminalCheckout`s associated with a specific device. If no device is specified then all `TerminalCheckout`s for the merchant will be displayed. | [optional] |
created_at | getCreatedAt() | setCreatedAt($value) | \SquareConnect\Model\TimeRange | Time range for the beginning of the reporting period. Inclusive. Default: The current time minus one day. | [optional] |
status | getStatus() | setStatus($value) | string | Filtered results with the desired status of the `TerminalCheckout` Options: PENDING, IN\_PROGRESS, CANCELED, COMPLETED | [optional] |
Note: All properties are protected and only accessed via getters and setters.