Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. internal class AuthResultObject
  2. {
  3. public string inUse
  4. {
  5. get;
  6. set;
  7. }
  8.  
  9. public string errorCode
  10. {
  11. get;
  12. set;
  13. }
  14.  
  15. public string message
  16. {
  17. get;
  18. set;
  19. }
  20.  
  21. public string serial
  22. {
  23. get;
  24. set;
  25. }
  26.  
  27. public string shopType
  28. {
  29. get;
  30. set;
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement