beginCheckoutEvent static method

Creates E-Commerce events BeginCheckoutEvent. Use it to inform about the start of the purchase.

Implementation

/// Use it to inform about the start of the purchase.
static AppMetricaECommerceEvent beginCheckoutEvent(AppMetricaECommerceOrder order) {
  return ECommerceConstructors.beginCheckoutEvent(order);
}