public interface Usage
| Modifier and Type | Method and Description |
|---|---|
boolean |
compliesWithLimits(String unit,
double value) |
BillingMode |
getBillingMode() |
BillingPeriod |
getBillingPeriod() |
Block[] |
getBlocks() |
InternationalPrice |
getFixedPrice() |
Limit[] |
getLimits() |
String |
getName() |
InternationalPrice |
getRecurringPrice() |
Tier[] |
getTiers() |
UsageType |
getUsageType() |
String getName()
BillingMode getBillingMode()
BillingModeUsageType getUsageType()
UsageTypeBillingPeriod getBillingPeriod()
BillingPeriodboolean compliesWithLimits(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-2014. All Rights Reserved.