public class OrgVdcBillsResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| OrgVdcBillsResponse(String orgUuid,
                   int month,
                   int year,
                   List<BillResponse> vdcBills) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getMonth()Get the month. | 
| String | getOrgUuid()Get the org uuid. | 
| List<BillResponse> | getVdcBills()Get the list of vDC bills for the given org. | 
| int | getYear()Get the year. | 
public OrgVdcBillsResponse(String orgUuid, int month, int year, List<BillResponse> vdcBills)
public List<BillResponse> getVdcBills()
List of BillResponse vDC vdcBillspublic int getMonth()
public int getYear()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.