namespace Model { public class PayEnatisInfringement { public string infringementNoticeNumber { get; set; } public double amount { get; set; } } }