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