Jump to top

RemoveFromCartEventParameters

interface

Properties

currency

</>

Purchase currency in 3 letter ISO_4217 format. E.g. USD. x

currency: undefined | string;

items

</>
items: Item[];

value

</>

A context-specific numeric value which is accumulated automatically for each event type. Values can include revenue, distance, time and points. When a value is set, the accompanying currency parameter should also be defined.

value: undefined | number;