| 89 | } |
| 90 | |
| 91 | boost::optional<std::string> UtilityBill_Impl::meterSpecificEndUse() const { |
| 92 | return getString(OS_UtilityBillFields::MeterSpecificEndUse, true, true); |
| 93 | } |
| 94 | |
| 95 | std::string UtilityBill_Impl::consumptionUnit() const { |
| 96 | boost::optional<std::string> value = getString(OS_UtilityBillFields::ConsumptionUnit, true); |
no outgoing calls