using System; namespace BusinessERP.Models.PaymentViewModel { public class CustomerHistoryViewModel { public double PrevousBalance { get; set; } public string CustomerNote { get; set; } } }