Rate public class Rate Describes the rate. Documentation public string MeterType { get; set; } What are we measuring public string TimeUnit { get; set; } Unit of time public double Value { get; set; } The actual value public Rate()