public final class O365BillResponse extends Object implements Serializable
Constructor and Description |
---|
O365BillResponse(int year,
int month,
double total,
double fullMonthContractCost,
CurrencyCodeResponse currencyCode,
int numberOfLicenses,
double costPerLicense) |
Modifier and Type | Method and Description |
---|---|
double |
getCostPerLicense()
Gets cost per license.
|
CurrencyCodeResponse |
getCurrencyCode()
Gets currency code.
|
double |
getFullMonthContractCost()
Gets full month contract cost.
|
int |
getMonth()
Gets month.
|
int |
getNumberOfLicenses()
Gets number of licenses.
|
double |
getTotal()
Gets total.
|
int |
getYear()
Gets year.
|
public O365BillResponse(int year, int month, double total, double fullMonthContractCost, CurrencyCodeResponse currencyCode, int numberOfLicenses, double costPerLicense)
public int getYear()
public int getMonth()
public double getTotal()
public double getFullMonthContractCost()
public CurrencyCodeResponse getCurrencyCode()
public int getNumberOfLicenses()
public double getCostPerLicense()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.