withStartDate method
Implementation
SubscriptionInfoBuilder withStartDate(final DateTime startDate) {
_startDate = startDate;
return this;
}
SubscriptionInfoBuilder withStartDate(final DateTime startDate) {
_startDate = startDate;
return this;
}