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) · 977 Bytes

DeviceCheckoutOptions.md

File metadata and controls

17 lines (10 loc) · 977 Bytes

DeviceCheckoutOptions

Description

Properties

Name Getter Setter Type Description Notes
device_id getDeviceId() setDeviceId($value) string The unique Id of the device intended for this `TerminalCheckout`. The Id can be retrieved from /v2/devices api.
skip_receipt_screen getSkipReceiptScreen() setSkipReceiptScreen($value) bool Instruct the device to skip the receipt screen. Defaults to false. [optional]
tip_settings getTipSettings() setTipSettings($value) \SquareConnect\Model\TipSettings Tip specific settings [optional]

Note: All properties are protected and only accessed via getters and setters.

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