Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 846 Bytes

device-details.md

File metadata and controls

27 lines (18 loc) · 846 Bytes

Device Details

Details about the device that took the payment.

Structure

DeviceDetails

Fields

Name Type Tags Description Getter
DeviceId String Optional The Square-issued ID of the device.
Constraints: Maximum Length: 255
String getDeviceId()
DeviceInstallationId String Optional The Square-issued installation ID for the device.
Constraints: Maximum Length: 255
String getDeviceInstallationId()
DeviceName String Optional The name of the device set by the seller.
Constraints: Maximum Length: 255
String getDeviceName()

Example (as JSON)

{
  "device_id": "device_id0",
  "device_installation_id": "device_installation_id2",
  "device_name": "device_name2"
}