SubscriptionMonthlyUsageRecord Class

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.

SubscriptionStatus 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:

The offer identifier associated to this subscription.

getPartnerOnRecord

public String getPartnerOnRecord()

Gets the partner on record.

Returns:

The partner on record.

getStatus

public SubscriptionStatus getStatus()

Gets the status of the subscription.

Returns:

The status of the subscription.

setOfferId

public void setOfferId(String value)

Sets the offer identifier associated to this subscription.

Parameters:

value - The offer identifier associated to this subscription.

setPartnerOnRecord

public void setPartnerOnRecord(String value)

Sets the partner on record.

Parameters:

value - The partner on record.

setStatus

public void setStatus(SubscriptionStatus value)

Sets the status of the subscription.

Parameters:

value - The status of the subscription.

Applies to