aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Security/SuppporterInfoResponse.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/SuppporterInfoResponse.cs')
-rw-r--r--MediaBrowser.Common.Implementations/Security/SuppporterInfoResponse.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/SuppporterInfoResponse.cs b/MediaBrowser.Common.Implementations/Security/SuppporterInfoResponse.cs
new file mode 100644
index 0000000000..49c5af8d82
--- /dev/null
+++ b/MediaBrowser.Common.Implementations/Security/SuppporterInfoResponse.cs
@@ -0,0 +1,14 @@
+
+namespace MediaBrowser.Common.Implementations.Security
+{
+ internal class SuppporterInfoResponse
+ {
+ public string email { get; set; }
+ public string supporterKey { get; set; }
+ public int totalRegs { get; set; }
+ public int totalMachines { get; set; }
+ public string expDate { get; set; }
+ public string regDate { get; set; }
+ public string planType { get; set; }
+ }
+}