withStarterPlan method
Implementation
PlanInfoBuilder withStarterPlan() {
_productId = 'starter:0';
_displayName = 'Starter';
_description = 'A test plan description';
_trialLength = 30;
_trialEndDate = null;
_projectsLimit = 3;
return this;
}