public interface Usage extends CatalogEntity
Modifier and Type | Method and Description |
---|---|
boolean |
compliesWithLimits(java.lang.String unit,
double value) |
BillingMode |
getBillingMode() |
BillingPeriod |
getBillingPeriod() |
Block[] |
getBlocks() |
InternationalPrice |
getFixedPrice() |
Limit[] |
getLimits() |
InternationalPrice |
getRecurringPrice() |
TierBlockPolicy |
getTierBlockPolicy() |
Tier[] |
getTiers() |
UsageType |
getUsageType() |
getName, getPrettyName
BillingMode getBillingMode()
BillingMode
UsageType getUsageType()
UsageType
TierBlockPolicy getTierBlockPolicy()
TierBlockPolicy
BillingPeriod getBillingPeriod()
BillingPeriod
boolean compliesWithLimits(java.lang.String unit, double value)
Limit[] getLimits()
Limit
associated with that usage sectionTier[] getTiers()
Tier
associated with that usage sectionBlock[] getBlocks()
Block
associated with that usage sectionInternationalPrice getFixedPrice()
InternationalPrice
for that Usage
section.InternationalPrice getRecurringPrice()
InternationalPrice
for that Usage
section.Copyright © 2010-2019. All Rights Reserved.