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,
double totalCostForUsedLicenses,
int burstCountLicenses,
int licensedUserCount,
double totalCostForLicensedUserCount,
int burstCountForLicensedUserCount) |
Modifier and Type | Method and Description |
---|---|
int |
getBurstCountForLicensedUserCount()
Gets total number of licensed users.
|
int |
getBurstCountLicenses()
Gets total number of licenses consumed including burst.
|
double |
getCostPerLicense()
Gets cost per license.
|
CurrencyCodeResponse |
getCurrencyCode()
Gets currency code.
|
double |
getFullMonthContractCost()
Gets full month contract cost.
|
int |
getLicensedUserCount()
Gets total number of licensed users.
|
int |
getMonth()
Gets month.
|
int |
getNumberOfLicenses()
Gets number of licenses.
|
double |
getTotal()
Gets total.
|
double |
getTotalCostForLicensedUserCount()
Gets total cost including burst if any.
|
double |
getTotalCostForUsedLicenses()
Gets total cost including burst if any.
|
int |
getYear()
Gets year.
|
public O365BillResponse(int year, int month, double total, double fullMonthContractCost, CurrencyCodeResponse currencyCode, int numberOfLicenses, double costPerLicense, double totalCostForUsedLicenses, int burstCountLicenses, int licensedUserCount, double totalCostForLicensedUserCount, int burstCountForLicensedUserCount)
public int getYear()
public int getMonth()
public double getTotal()
public double getFullMonthContractCost()
public CurrencyCodeResponse getCurrencyCode()
public int getNumberOfLicenses()
public double getCostPerLicense()
public double getTotalCostForUsedLicenses()
public int getBurstCountLicenses()
public int getLicensedUserCount()
public double getTotalCostForLicensedUserCount()
public int getBurstCountForLicensedUserCount()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.