withPlanName method

SubscriptionInfoBuilder withPlanName(
  1. String planName
)

Implementation

SubscriptionInfoBuilder withPlanName(final String planName) {
  _planName = planName;
  return this;
}