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