Uses of Class
org.killbill.billing.client.model.gen.Limit
-
Packages that use Limit Package Description org.killbill.billing.client.model.gen -
-
Uses of Limit in org.killbill.billing.client.model.gen
Methods in org.killbill.billing.client.model.gen that return Limit Modifier and Type Method Description LimitLimit. setMax(String max)LimitLimit. setMin(String min)LimitLimit. setUnit(String unit)Methods in org.killbill.billing.client.model.gen that return types with arguments of type Limit Modifier and Type Method Description List<Limit>Tier. getLimits()Methods in org.killbill.billing.client.model.gen with parameters of type Limit Modifier and Type Method Description TierTier. addLimitsItem(Limit limitsItem)Method parameters in org.killbill.billing.client.model.gen with type arguments of type Limit Modifier and Type Method Description TierTier. setLimits(List<Limit> limits)Constructor parameters in org.killbill.billing.client.model.gen with type arguments of type Limit Constructor Description Tier(List<Limit> limits, List<Price> fixedPrice, List<Price> recurringPrice, List<TieredBlock> blocks)
-