DeviceDetails
December 17, 2019 ยท View on GitHub
Description
Details about the device that took the payment.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| device_id | getDeviceId() | setDeviceId($value) | string | Square-issued ID of the device. | [optional] |
| device_name | getDeviceName() | setDeviceName($value) | string | The name of the device set by the merchant. | [optional] |
Note: All properties are protected and only accessed via getters and setters.