Uses of Class
org.killbill.billing.jaxrs.json.UsagePriceJson
-
Packages that use UsagePriceJson Package Description org.killbill.billing.jaxrs.json -
-
Uses of UsagePriceJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return types with arguments of type UsagePriceJson Modifier and Type Method Description List<UsagePriceJson>PhasePriceJson. getUsagePrices()Constructor parameters in org.killbill.billing.jaxrs.json with type arguments of type UsagePriceJson Constructor Description PhasePriceJson(String planName, String phaseName, String phaseType, BigDecimal fixedPrice, BigDecimal recurringPrice, List<UsagePriceJson> usagePrices)
-