withOwnerId method

BillingInfoBuilder withOwnerId(
  1. UuidValue ownerId
)

Implementation

BillingInfoBuilder withOwnerId(UuidValue ownerId) {
  _ownerId = ownerId;
  return this;
}