Package org.killbill.billing.overdue.api
Interface OverdueStatesAccount
-
public interface OverdueStatesAccount
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.joda.time.PeriodgetInitialReevaluationInterval()OverdueState[]getStates()
-
-
-
Method Detail
-
getInitialReevaluationInterval
org.joda.time.Period getInitialReevaluationInterval()
- Returns:
- the period of time before the system reevaluates the state when an account is clear
-
getStates
OverdueState[] getStates()
- Returns:
- the array of overdue configuration states
-
-