actionType property
Action associated with this e-commerce action. Possible string values are:
- "UNKNOWN" : Action type is not known.
 - "CLICK" : Click through of product lists.
 - "DETAILS_VIEW" : Product detail views.
 - "ADD_TO_CART" : Add product(s) to cart.
 - "REMOVE_FROM_CART" : Remove product(s) from cart.
 - "CHECKOUT" : Check out.
 - "PAYMENT" : Completed purchase.
 - "REFUND" : Refund of purchase.
 - "CHECKOUT_OPTION" : Checkout options.
 
Implementation
core.String? actionType;