Class SubscriptionSummary

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class SubscriptionSummary
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    A summary of charges and credits related to a subscription.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getOverage()
      Gets the overage.
      java.util.List<Subscription> getSubscriptions()
      Gets the subscriptions.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getOverage

        public java.lang.Double getOverage()
        Gets the overage. The charges after exhausting subscription credits and offers credits.
        Returns:
        the overage
      • getSubscriptions

        public java.util.List<Subscription> getSubscriptions()
        Gets the subscriptions. The list of subscriptions applicable for the month.
        Returns:
        the subscriptions