namespace Model { public class PayIForceInfringement { public bool freshFine { get; set; } public string issuingAuthorityCode { get; set; } public string noticeNumber { get; set; } public double paymentAmount { get; set; } public string paymentDate { get; set; } public int paymentProvider { get; set; } public int terminalId { get; set; } public string receiptNumber { get; set; } } }