| Package | Description |
|---|---|
| net.bhardy.bizzo.billing | |
| net.bhardy.bizzo.billing.impl |
| Modifier and Type | Method and Description |
|---|---|
FilterOption |
ActionChoice.action(ActionChoice.Kind actionKind) |
FilterOption |
PolicyBuilder.everyDay()
This bill will be due every single day.
|
FilterOption |
PolicyBuilder.sameDayEveryMonth(int dayOfMonth)
This bill will be due once a a month on the specified day of month (number).
|
FilterOption |
PolicyBuilder.sameDayEveryWeek(DayOfWeek onWhichDay)
This bill will be due once a a week on the specified day of week.
|
| Modifier and Type | Method and Description |
|---|---|
FilterOption |
PolicyBuilderImpl.everyDay() |
FilterOption |
PolicyBuilderImpl.sameDayEveryMonth(int dayOfMonth) |
FilterOption |
PolicyBuilderImpl.sameDayEveryWeek(DayOfWeek onWhichDay) |
Copyright © 2017. All rights reserved.