namespace adMoto.Payments.Web.Models { public class ErrorViewData { public string Error { get; set; } public int InvoiceId { get; set; } } }