withId method

Implementation

PaymentSetupIntentBuilder withId(String id) {
  _id = id;
  return this;
}