Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 1.12 KB

TerminalCheckoutQueryFilter.md

File metadata and controls

17 lines (10 loc) · 1.12 KB

TerminalCheckoutQueryFilter

Description

Properties

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.

[Back to Model list] [Back to API list] [Back to README]