Package org.killbill.billing.catalog.api
Interface Recurring
-
public interface Recurring
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BillingPeriodgetBillingPeriod()InternationalPricegetRecurringPrice()
-
-
-
Method Detail
-
getBillingPeriod
BillingPeriod getBillingPeriod()
- Returns:
-
getRecurringPrice
InternationalPrice getRecurringPrice()
- Returns:
- the recurring
InternationalPricefor thatRecurringsection.
-
-