diff --git a/Shared/Services/BillingData.cs b/Shared/Services/BillingData.cs index 248e21ec5..27a17f250 100644 --- a/Shared/Services/BillingData.cs +++ b/Shared/Services/BillingData.cs @@ -1,10 +1,12 @@ using System; using System.Collections.Generic; +using System.Diagnostics; using System.Linq; using System.Text; namespace BS.Shared.Services { + [DebuggerDisplay("{UnitCount} x {AmountPerUnit} x {RateFactor} = {GrossAmountTotal}")] public class BillingData { public DateTime? BillingPeriodStart { get; set; }