| 359 | } |
| 360 | |
| 361 | boost::optional<std::string> UtilityBill_Impl::peakDemandUnit() const { |
| 362 | if (this->fuelType() == FuelType::Electricity) { |
| 363 | return getString(OS_UtilityBillFields::PeakDemandUnit, true, true); |
| 364 | } |
| 365 | return boost::none; |
| 366 | } |
| 367 | |
| 368 | boost::optional<std::string> UtilityBill_Impl::peakDemandUnitDescription() const { |
| 369 | boost::optional<std::string> result; |