setPrice method

BaseEvent setPrice(
  1. double price
)

Implementation

BaseEvent setPrice(double price) {
  eventProperties["price"] = price;
  return this;
}