customerId method

EventBuilder customerId(
  1. String id
)

Implementation

EventBuilder customerId(String id) {
  _customerId = id;
  return this;
}