Uses of Class
org.killbill.billing.jaxrs.json.CatalogJson.PriceJson
-
Packages that use CatalogJson.PriceJson Package Description org.killbill.billing.jaxrs.json -
-
Uses of CatalogJson.PriceJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return types with arguments of type CatalogJson.PriceJson Modifier and Type Method Description List<CatalogJson.PriceJson>PlanDetailJson. getFinalPhaseRecurringPrice()List<CatalogJson.PriceJson>CatalogJson.TierJson. getFixedPrice()List<CatalogJson.PriceJson>CatalogJson.PhaseJson. getFixedPrices()List<CatalogJson.PriceJson>CatalogJson.PhaseJson. getPrices()List<CatalogJson.PriceJson>CatalogJson.TieredBlockJson. getPrices()List<CatalogJson.PriceJson>CatalogJson.TierJson. getRecurringPrice()Constructor parameters in org.killbill.billing.jaxrs.json with type arguments of type CatalogJson.PriceJson Constructor Description PhaseJson(String type, List<CatalogJson.PriceJson> prices, List<CatalogJson.PriceJson> fixedPrices, CatalogJson.DurationJson duration, List<CatalogJson.UsageJson> usages)PlanDetailJson(String product, String plan, BillingPeriod finalPhaseBillingPeriod, String priceList, List<CatalogJson.PriceJson> finalPhaseRecurringPrice)TieredBlockJson(String unit, String size, String max, List<CatalogJson.PriceJson> prices)
-