using System.Collections.Generic;
namespace AssortGenerator.Models.Output
{
public class BaseRoot
{
public List data { get; set; }
}
public class Base
{
public string _id { get; set; }
public bool customization_seller { get; set; }
public string name { get; set; }
public string surname { get; set; }
public string nickname { get; set; }
public string location { get; set; }
public bool availableInRaid { get;set;}
public string avatar { get; set; }
public object items_buy { get;set;}
public object items_buy_prohibited { get; set; }
public int balance_rub { get; set; }
public int balance_dol { get; set; }
public int balance_eur { get; set; }
public bool unlockedByDefault { get; set; }
public object discount { get; set; }
public int discount_end { get; set; }
public bool buyer_up { get; set; }
public string currency { get; set; }
public int nextResupply { get; set; }
public Repair repair { get; set; }
public Insurance insurance { get; set; }
public bool medic { get; set; }
public int gridHeight { get; set; }
public List loyaltyLevels { get; set; }
public List sell_category { get; set; }
}
public class Repair
{
public bool availability { get; set; }
public object quality { get; set; }
public List