Package org.killbill.billing.jaxrs.json
Class TierPriceJson
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.TierPriceJson
-
public class TierPriceJson extends Object
-
-
Constructor Summary
Constructors Constructor Description TierPriceJson(List<BlockPriceJson> blockPrices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<BlockPriceJson>getBlockPrices()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
TierPriceJson
public TierPriceJson(List<BlockPriceJson> blockPrices)
-
-