withPlanProductId method
Implementation
SubscriptionInfoBuilder withPlanProductId(final String planProductId) {
_planProductId = planProductId;
return this;
}
SubscriptionInfoBuilder withPlanProductId(final String planProductId) {
_planProductId = planProductId;
return this;
}