using Newtonsoft.Json; namespace TOOHUCardAPI.DTO.PlayerData { public class PlayerDataBuyMagicKeyResponse : AbstractResponse { [JsonProperty("cost_point")] public int TotalCost { get; set; } } }