withId method

Implementation

BillingInfoBuilder withId(UuidValue? id) {
  _id = id;
  return this;
}