/**
  * Retrieves the InvoicePostpaidUnbilledUsageTotalOutputData passed into the constructor
  *
  * @return Simulated response
  */
 public InvoicePostpaidUnbilledUsageTotalOutputData getOutput() {
   return InvoicePostpaidUnbilledUsageTotalOutputHelper.fromMap(outputMap);
 }