Package org.killbill.billing.jaxrs.json
Class RolledUpUsageJson.RolledUpUnitJson
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.RolledUpUsageJson.RolledUpUnitJson
-
- Enclosing class:
- RolledUpUsageJson
public static class RolledUpUsageJson.RolledUpUnitJson extends Object
-
-
Constructor Summary
Constructors Constructor Description RolledUpUnitJson(String unitType, BigDecimal amount)RolledUpUnitJson(org.killbill.billing.usage.api.RolledUpUnit input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmount()StringgetUnitType()
-
-
-
Constructor Detail
-
RolledUpUnitJson
public RolledUpUnitJson(String unitType, BigDecimal amount)
-
RolledUpUnitJson
public RolledUpUnitJson(org.killbill.billing.usage.api.RolledUpUnit input)
-
-
Method Detail
-
getUnitType
public String getUnitType()
-
getAmount
public BigDecimal getAmount()
-
-