using Common.Models.RequestResponse; namespace Common.Models.TxnModel { public class ReconcileReport : CommonRequest { public string ReportType { get; set; } public string FromDate { get; set; } public string ToDate { get; set; } } }