Package org.killbill.billing.catalog.api
Interface UsagePriceOverride
-
public interface UsagePriceOverride
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()List<TierPriceOverride>getTierPriceOverrides()UsageTypegetUsageType()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- the name of the usage section
-
getUsageType
UsageType getUsageType()
- Returns:
- the
UsageType
-
getTierPriceOverrides
List<TierPriceOverride> getTierPriceOverrides()
- Returns:
- the
Tier Overrideassociated with that usage section
-
-