| Package | Description |
|---|---|
| org.killbill.billing.catalog |
| Modifier and Type | Method and Description |
|---|---|
DefaultInternationalPrice |
DefaultRecurring.getRecurringPrice() |
DefaultInternationalPrice |
DefaultInternationalPrice.setPrices(DefaultPrice[] prices) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMutableStaticCatalog.addRecurringPriceToPlan(DefaultInternationalPrice currentPrices,
Price newPrice) |
DefaultFixed |
DefaultFixed.setFixedPrice(DefaultInternationalPrice fixedPrice) |
DefaultUsage |
DefaultUsage.setFixedPrice(DefaultInternationalPrice fixedPrice) |
DefaultTier |
DefaultTier.setFixedPrice(DefaultInternationalPrice fixedPrice) |
DefaultBlock |
DefaultBlock.setPrice(DefaultInternationalPrice prices) |
DefaultBlock |
DefaultBlock.setPrices(DefaultInternationalPrice prices) |
DefaultUsage |
DefaultUsage.setRecurringPrice(DefaultInternationalPrice recurringPrice) |
DefaultTier |
DefaultTier.setRecurringPrice(DefaultInternationalPrice recurringPrice) |
DefaultRecurring |
DefaultRecurring.setRecurringPrice(DefaultInternationalPrice recurringPrice) |
| Constructor and Description |
|---|
DefaultBlock(DefaultUnit unit,
java.lang.Double size,
DefaultInternationalPrice prices,
java.math.BigDecimal overriddenPrice,
Currency currency) |
DefaultInternationalPrice(DefaultInternationalPrice in,
java.math.BigDecimal overriddenPrice,
Currency currency) |
DefaultInternationalPrice(DefaultInternationalPrice in,
PlanPhasePriceOverride override,
boolean fixed) |
Copyright © 2010-2020. All Rights Reserved.