Package org.killbill.billing.catalog.api
Interface Fixed
-
public interface Fixed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternationalPricegetPrice()FixedTypegetType()
-
-
-
Method Detail
-
getType
FixedType getType()
- Returns:
- the
FixedType
-
getPrice
InternationalPrice getPrice()
- Returns:
- the fixed
InternationalPricefor thatFixedsection.
-
-