withProductId method

PlanInfoBuilder withProductId(
  1. String productId
)

Implementation

PlanInfoBuilder withProductId(final String productId) {
  _productId = productId;
  return this;
}