/**
  * Retrieves the UsageTypeObjectDataList that results from the UsageTypeBilledFindByInvoiceRequest
  * call
  *
  * @return UsageTypeObjectDataList resulting from udt call
  */
 public UsageTypeObjectDataList getOutput() {
   return UsageTypeObjectHelper.fromMapList(outputMap, "UsageTypeList");
 }