public class BillingSummaryResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| BillingSummaryResponse(BillResponse previousMonth,
                      BillResponse currentMonth,
                      BillResponse previousHour,
                      BillResponse currentHour,
                      boolean testDrive) | 
| Modifier and Type | Method and Description | 
|---|---|
| BillResponse | getCurrentHour()Get the current hour's bill. | 
| BillResponse | getCurrentMonth()Get the current month's bill. | 
| BillResponse | getPreviousHour()Get the previous hour's bill. | 
| BillResponse | getPreviousMonth()Get the previous month's bill. | 
| boolean | isTestDrive()Get is test drive. | 
public BillingSummaryResponse(BillResponse previousMonth, BillResponse currentMonth, BillResponse previousHour, BillResponse currentHour, boolean testDrive)
public BillResponse getPreviousMonth()
BillResponse previous month billpublic BillResponse getCurrentMonth()
BillResponse current month billpublic BillResponse getPreviousHour()
BillResponse previous month billpublic BillResponse getCurrentHour()
BillResponse current hour billpublic boolean isTestDrive()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.