withExternalBillingId method

OwnerBuilder withExternalBillingId(
  1. String externalBillingId
)

Implementation

OwnerBuilder withExternalBillingId(String externalBillingId) {
  _externalBillingId = externalBillingId;
  return this;
}