Class SubscriptionMonthlyUsageRecord


public class SubscriptionMonthlyUsageRecord
extends UsageRecordBase
Defines the monthly usage record of a subscription.
  • Constructor Details

  • Method Details

    • getOfferId

      public String getOfferId()
      Gets the offer identifier associated to this subscription.
      Returns:
      The offer identifier associated to this subscription.
    • setOfferId

      public void setOfferId​(String value)
      Sets the offer identifier associated to this subscription.
      Parameters:
      value - The offer identifier associated to this subscription.
    • getPartnerOnRecord

      public String getPartnerOnRecord()
      Gets the partner on record.
      Returns:
      The partner on record.
    • setPartnerOnRecord

      public void setPartnerOnRecord​(String value)
      Sets the partner on record.
      Parameters:
      value - The partner on record.
    • getStatus

      public SubscriptionStatus getStatus()
      Gets the status of the subscription.
      Returns:
      The status of the subscription.
    • setStatus

      public void setStatus​(SubscriptionStatus value)
      Sets the status of the subscription.
      Parameters:
      value - The status of the subscription.