Uses of Class
org.killbill.billing.jaxrs.json.CatalogJson.TieredBlockJson
-
Packages that use CatalogJson.TieredBlockJson Package Description org.killbill.billing.jaxrs.json -
-
Uses of CatalogJson.TieredBlockJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return types with arguments of type CatalogJson.TieredBlockJson Modifier and Type Method Description List<CatalogJson.TieredBlockJson>CatalogJson.TierJson. getBlocks()Constructor parameters in org.killbill.billing.jaxrs.json with type arguments of type CatalogJson.TieredBlockJson Constructor Description TierJson(List<CatalogJson.TieredBlockJson> blocks, List<CatalogJson.LimitJson> limits, List<CatalogJson.PriceJson> fixedPrice, List<CatalogJson.PriceJson> recurringPrice)
-