Jump to top

RefundEventParameters

interface

Properties

affiliation

</>

A product affiliation to designate a supplying company or brick and mortar store location

affiliation: undefined | string;

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[];

shipping

</>

Shipping cost.

shipping: undefined | number;

tax

</>

Tax amount.

tax: undefined | number;

transaction_id

</>

A single ID for a ecommerce group transaction.

transaction_id: undefined | string;

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;