Map<String, dynamic> toJson() { return { 'customerId': customerId, 'expiresAt': expiresAt, 'deviceId': deviceId, }; }