using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace TMTCronJob.Model { public class PayEnatisInfringement { public string infringementNoticeNumber { get; set; } public double amount { get; set; } } }