| 93 | } |
| 94 | |
| 95 | std::string UtilityBill_Impl::consumptionUnit() const { |
| 96 | boost::optional<std::string> value = getString(OS_UtilityBillFields::ConsumptionUnit, true); |
| 97 | OS_ASSERT(value); |
| 98 | return value.get(); |
| 99 | } |
| 100 | |
| 101 | boost::optional<std::string> UtilityBill_Impl::consumptionUnitDescription() const { |
| 102 | boost::optional<std::string> result; |