namespace Model.ResponseModel { public class ENatisPaymentResponse { public string payResult { get; set; } public string invoiceNumber { get; set; } public string receiptNumber { get; set; } } }