Interface SubscriptionNextBillDateService
- All Known Implementing Classes:
DefaultSubscriptionNextBillDateService
public interface SubscriptionNextBillDateService
-
Method Summary
Modifier and TypeMethodDescriptioncalculateNextBillDate(Subscription subscription, Date startDate) Calculate the next bill date for theSubscriptioncalculateNextBillDateForSubscriptionCreation(Subscription subscription) Calculate the next bill date for theSubscriptionwhen it is created.
-
Method Details
-
calculateNextBillDateForSubscriptionCreation
Calculate the next bill date for theSubscriptionwhen it is created. -
calculateNextBillDate
Calculate the next bill date for theSubscription
-