public class InfringementReceiptModel { public string Infringement { get; set; } public string IdNumber { get; set; } public string VechicleRegistration { get; set; } public double Amount { get; set; } }