using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Teso_API.Models { public class SilverPurchaseRequest { public int coinamount { get; set; } public string method { get; set; } public decimal? costamount { get; set; } } }