withId method

Implementation

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