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