Jump to top

BeginCheckoutEventParameters

interface

Properties

coupon

</>

Coupon code for a purchasable item.

coupon: undefined | string;

currency

</>

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

currency: undefined | string;

items

</>
items: Item[];

value

</>
value: undefined | number;