Uses of Class
org.killbill.billing.jaxrs.json.TierPriceJson
-
Packages that use TierPriceJson Package Description org.killbill.billing.jaxrs.json -
-
Uses of TierPriceJson in org.killbill.billing.jaxrs.json
Methods in org.killbill.billing.jaxrs.json that return types with arguments of type TierPriceJson Modifier and Type Method Description List<TierPriceJson>UsagePriceJson. getTierPrices()Constructor parameters in org.killbill.billing.jaxrs.json with type arguments of type TierPriceJson Constructor Description UsagePriceJson(String usageName, UsageType usageType, BillingMode billingMode, TierBlockPolicy tierBlockPolicy, List<TierPriceJson> tierPrices)
-