DeviceInfo
Device information structure
struct DeviceInfo {
uint64 id; // Internal ID
uint32 timestamp; // Registration timestamp
string deviceId; // Device ID
string deviceType; // Device type
string partnerCode; // Partner code
string merchantId; // Merchant ID
}