Class BillingSummaryResponse

java.lang.Object
com.iland.core.web.rest.response.billing.BillingSummaryResponse
All Implemented Interfaces:
Serializable

public class BillingSummaryResponse extends Object implements Serializable
Billing Summary Response.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

  • Method Details

    • getPreviousMonth

      public BillResponse getPreviousMonth()
      Get the previous month's bill.
      Returns:
      BillResponse previous month bill
    • getCurrentMonth

      public BillResponse getCurrentMonth()
      Get the current month's bill.
      Returns:
      BillResponse current month bill
    • getPreviousHour

      public BillResponse getPreviousHour()
      Get the previous hour's bill.
      Returns:
      BillResponse previous month bill
    • getCurrentHour

      public BillResponse getCurrentHour()
      Get the current hour's bill.
      Returns:
      BillResponse current hour bill
    • isTestDrive

      public boolean isTestDrive()
      Get is test drive.
      Returns:
      is test drive