Class SubscriptionSummary
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.usage_reports.v4.model.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.
-
-
-
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
-
-