namespace CAPI.Custom.Entities { public class ExchangeRateManagement : SurfaceQueryEntity { public string BuyExchangeRate { get; set; } public string ForexCurrency { get; set; } public string LastUpdated { get; set; } public string LocalCurrency { get; set; } public string SellExchangeRate { get; set; } public string UpdatedBy { get; set; } } }