beginCheckoutEvent static method

ECommerceEvent beginCheckoutEvent(
  1. ECommerceOrder order
)

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 ECommerceEvent beginCheckoutEvent(ECommerceOrder order) {
  return ECommerceConstructors.beginCheckoutEvent(order);
}