Uses of Class
com.oracle.bmc.onesubscription.model.RateCardTier
-
Packages that use RateCardTier Package Description com.oracle.bmc.onesubscription.model -
-
Uses of RateCardTier in com.oracle.bmc.onesubscription.model
Methods in com.oracle.bmc.onesubscription.model that return RateCardTier Modifier and Type Method Description RateCardTier
RateCardTier.Builder. build()
Methods in com.oracle.bmc.onesubscription.model that return types with arguments of type RateCardTier Modifier and Type Method Description List<RateCardTier>
RateCardSummary. getRateCardTiers()
List of tiered rate card pricesMethods in com.oracle.bmc.onesubscription.model with parameters of type RateCardTier Modifier and Type Method Description RateCardTier.Builder
RateCardTier.Builder. copy(RateCardTier model)
Method parameters in com.oracle.bmc.onesubscription.model with type arguments of type RateCardTier Modifier and Type Method Description RateCardSummary.Builder
RateCardSummary.Builder. rateCardTiers(List<RateCardTier> rateCardTiers)
List of tiered rate card pricesConstructor parameters in com.oracle.bmc.onesubscription.model with type arguments of type RateCardTier Constructor Description RateCardSummary(String subscribedServiceId, RateCardProduct product, Date timeStart, Date timeEnd, String netUnitPrice, String discretionaryDiscountPercentage, String overagePrice, Boolean isTier, SubscriptionCurrency currency, List<RateCardTier> rateCardTiers)
Deprecated.
-