withPlanProductId method

SubscriptionInfoBuilder withPlanProductId(
  1. String planProductId
)

Implementation

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