SubscriptionMonthlyUsageRecord Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. usage. UsageRecordBase - com.
microsoft. store. partnercenter. models. usage. SubscriptionMonthlyUsageRecord
- com.
- com.
- com.
public class SubscriptionMonthlyUsageRecord extends UsageRecordBase
Defines the monthly usage record of a subscription.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| SubscriptionMonthlyUsageRecord() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getOfferId()
Gets the offer identifier associated to this subscription. |
| java.lang.String |
getPartnerOnRecord()
Gets the partner on record. |
|
Subscription |
getStatus()
Gets the status of the subscription. |
| void |
setOfferId(String value)
Sets the offer identifier associated to this subscription. |
| void |
setPartnerOnRecord(String value)
Sets the partner on record. |
| void |
setStatus(SubscriptionStatus value)
Sets the status of the subscription. |
Inherited Members
Constructor Details
SubscriptionMonthlyUsageRecord
public SubscriptionMonthlyUsageRecord()
Method Details
getOfferId
public String getOfferId()
Gets the offer identifier associated to this subscription.
Returns:
getPartnerOnRecord
public String getPartnerOnRecord()
Gets the partner on record.
Returns:
getStatus
public SubscriptionStatus getStatus()
Gets the status of the subscription.
Returns:
setOfferId
public void setOfferId(String value)
Sets the offer identifier associated to this subscription.
Parameters:
setPartnerOnRecord
public void setPartnerOnRecord(String value)
Sets the partner on record.
Parameters:
setStatus
public void setStatus(SubscriptionStatus value)
Sets the status of the subscription.
Parameters: