Class CustomerLicensesInsightsBase
java.lang.Object
com.microsoft.store.partnercenter.models.analytics.CustomerLicensesInsightsBase
- Direct Known Subclasses:
CustomerLicensesDeploymentInsights
public abstract class CustomerLicensesInsightsBase extends Object
Class that represents the currency related information.
-
Constructor Summary
Constructors Constructor Description CustomerLicensesInsightsBase() -
Method Summary
Modifier and Type Method Description StringgetCustomerId()StringgetCustomerName()StringgetProductName()StringgetServiceCode()voidsetCustomerId(String value)voidsetCustomerName(String value)voidsetProductName(String value)voidsetServiceCode(String value)
-
Constructor Details
-
CustomerLicensesInsightsBase
public CustomerLicensesInsightsBase()
-
-
Method Details